fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [17508] add missing css


From: sigurdne
Subject: [Fmsystem-commits] [17508] add missing css
Date: Mon, 8 Jan 2018 13:17:06 -0500 (EST)

Revision: 17508
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17508
Author:   sigurdne
Date:     2018-01-08 13:17:05 -0500 (Mon, 08 Jan 2018)
Log Message:
-----------
add missing css

Modified Paths:
--------------
    trunk/phpgwapi/templates/portico/head.inc.php

Modified: trunk/phpgwapi/templates/portico/head.inc.php
===================================================================
--- trunk/phpgwapi/templates/portico/head.inc.php       2018-01-08 15:14:09 UTC 
(rev 17507)
+++ trunk/phpgwapi/templates/portico/head.inc.php       2018-01-08 18:17:05 UTC 
(rev 17508)
@@ -45,15 +45,15 @@
 
 
        $stylesheets = array();
-        // added aalesund stylesheet 
-        $stylesheets[] = 
"/phpgwapi/templates/aalesund/bootstrap/css/bootstrap.min.css";
-        $stylesheets[] = "/phpgwapi/templates/aalesund/css/bootstrap.css";
-        $stylesheets[] = "/phpgwapi/templates/aalesund/css/ionicons.css";
+       // added aalesund stylesheet
+       $stylesheets[] = 
"/phpgwapi/templates/aalesund/bootstrap/css/bootstrap.min.css";
+       $stylesheets[] = "/phpgwapi/templates/aalesund/css/bootstrap.css";
+       $stylesheets[] = "/phpgwapi/templates/aalesund/css/ionicons.css";
 
         // // // // // // // // // //
-  
-        
-        
+
+
+
 //     $stylesheets[] = "/phpgwapi/js/materialize/css/materialize.min.css";
        $stylesheets[] = "/phpgwapi/templates/pure/css/global.css";
 //     $stylesheets[] = "/phpgwapi/templates/pure/css/demo_mmenu.css";
@@ -60,14 +60,15 @@
        $stylesheets[] = "/phpgwapi/templates/pure/css/pure-min.css";
        $stylesheets[] = "/phpgwapi/templates/pure/css/pure-extension.css";
        $stylesheets[] = 
"/phpgwapi/templates/pure/css/grids-responsive-min.css";
+       $stylesheets[] = 
"/phpgwapi/js/DataTables/DataTables/css/jquery.dataTables.min.css";
        $stylesheets[] = 
"/phpgwapi/js/DataTables/DataTables/css/dataTables.jqueryui.min.css";
        $stylesheets[] = 
"/phpgwapi/js/DataTables/Responsive/css/responsive.dataTables.min.css";
        $stylesheets[] = "/phpgwapi/templates/base/css/base.css";
        $stylesheets[] = "/phpgwapi/templates/portico/css/base.css";
-        
-        
-       
-        
+
+
+
+
         
if(isset($GLOBALS['phpgw_info']['user']['preferences']['common']['theme']))
        {
                $stylesheets[] = 
"/phpgwapi/templates/portico/css/{$GLOBALS['phpgw_info']['user']['preferences']['common']['theme']}.css";
@@ -188,7 +189,7 @@
                echo '<body>';
                register_shutdown_function('parse_footer_end_noframe');
        }
-       
+
        function parse_footer_end_noframe()
        {
                $javascript_end = 
$GLOBALS['phpgw']->common->get_javascript_end();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]