Explorar o código

add icon myFiles user_portal

Alex %!s(int64=11) %!d(string=hai) anos
pai
achega
610cf78719
Modificáronse 3 ficheiros con 11 adicións e 2 borrados
  1. 9 0
      main/css/chamilo/default.css
  2. 1 1
      main/lang/english/trad4all.inc.php
  3. 1 1
      user_portal.php

+ 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 {

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

@@ -1539,4 +1539,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');