Selaa lähdekoodia

add icon myFiles user_portal

Alex 11 vuotta sitten
vanhempi
commit
b31f5e83c3
4 muutettua tiedostoa jossa 12 lisäystä ja 21 poistoa
  1. 0 18
      home/home_menu.html
  2. 9 0
      main/css/chamilo/default.css
  3. 2 2
      main/lang/english/trad4all.inc.php
  4. 1 1
      user_portal.php

+ 0 - 18
home/home_menu.html

@@ -1,19 +1 @@
-<<<<<<< HEAD
-<li class="hide_menu"><a href="http://www.adobe.es" target="_blank"><span>Videotutorial Estudiante</span></a></li>
-
-
-
-<li class="hide_menu"><a href="http://www.adobe.es" target="_blank"><span>Descargar Adobe Reader</span></a></li>
-
-
-
-
-
-<li class="hide_menu"><a href="http://www.firefox.com" target="_blank"><span>Descargar Mozilla Firefox</span></a></li>
-
-
-
 <li class="forum-btn"><a href="http://www.chamilo.org/forum" target="_self">Forum</a></li>
-=======
-<li class="forum-btn"><a href="http://www.chamilo.org/forum" target="_self">Forum</a></li>
->>>>>>> c7c322525146149055b862cd65e8f92176d6505f

+ 9 - 0
main/css/chamilo/default.css

@@ -1050,6 +1050,10 @@ END INSTALL CHAMILO
         background: url("images/icon-chamilo.png") no-repeat 0 -618px;
         padding-left: 40px;
     }
+    .myfiles-social{
+        background: url("images/icon-chamilo.png") no-repeat 0 -287px;
+        padding-left: 40px;
+    }
     
 
 /*+++++++++++++++++++++++++++++++++
@@ -1180,6 +1184,11 @@ RESPONSIVE CSS
         padding-left: 30px;
         background-size: 25px auto;
     }
+    .myfiles-social{
+        background: url("images/icon-chamilo.png") no-repeat 0 -240px;
+        padding-left: 30px;
+        background-size: 25px auto;
+    }
 }
 @media (min-width: 321px) and (max-width: 480px){
 footer {

+ 2 - 2
main/lang/english/trad4all.inc.php

@@ -826,7 +826,7 @@ $Menu = "Menu";
 $BackToUserList = "Back to user list";
 $GraphicNotAvailable = "Graphic not available";
 $BackTo = "Back to";
-$HistoryTrainingSessions = "Courses sessions history";
+$HistoryTrainingSessions = "Courses history";
 $ConversionFailled = "Conversion failled";
 $AlreadyExists = "Already exists";
 $TheNewWordHasBeenAdded = "The new word has been added";
@@ -1535,4 +1535,4 @@ $DataTableSearch = "Search";
 $HideColumn = "Hide column";
 $DisplayColumn = "Show column";
 $LegalAgreementAccepted = "Legal agreement accepted";
-?>
+?>

+ 1 - 1
user_portal.php

@@ -198,4 +198,4 @@ $controller->tpl->assign('classes_block', 				$controller->return_classes_block(
 $controller->tpl->display_two_col_template();
 
 // Deleting the session_id.
-Session::erase('session_id');
+Session::erase('session_id');