fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14273] include pure-css in bkbooking template


From: Sigurd Nes
Subject: [Fmsystem-commits] [14273] include pure-css in bkbooking template
Date: Tue, 03 Nov 2015 09:19:02 +0000

Revision: 14273
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14273
Author:   sigurdne
Date:     2015-11-03 09:19:02 +0000 (Tue, 03 Nov 2015)
Log Message:
-----------
include pure-css in bkbooking template

Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/templates/bkbooking/head.inc.php

Modified: branches/dev-syncromind/phpgwapi/templates/bkbooking/head.inc.php
===================================================================
--- branches/dev-syncromind/phpgwapi/templates/bkbooking/head.inc.php   
2015-11-03 08:23:48 UTC (rev 14272)
+++ branches/dev-syncromind/phpgwapi/templates/bkbooking/head.inc.php   
2015-11-03 09:19:02 UTC (rev 14273)
@@ -1,4 +1,5 @@
 <?php
+       $GLOBALS['phpgw_info']['server']['no_jscombine']=true;
        phpgw::import_class('phpgwapi.jquery');
        phpgw::import_class('phpgwapi.yui');
        phpgw::import_class('phpgwapi.template_portico');
@@ -54,15 +55,26 @@
        phpgwapi_yui::load_widget('layout');
 
        phpgwapi_yui::load_widget('button');
-       $stylesheets = array
-               (
-                       
"/phpgwapi/js/yahoo/reset-fonts-grids/reset-fonts-grids.css",
-                       
"/phpgwapi/js/yahoo/tabview/assets/skins/sam/tabview.css",
-                       "/phpgwapi/js/yahoo/resize/assets/skins/sam/resize.css",
-                       "/phpgwapi/js/yahoo/layout/assets/skins/sam/layout.css",
-               );
-       $stylesheets[] = "/phpgwapi/js/yahoo/menu/assets/skins/sam/menu.css";
-       $stylesheets[] = 
"/phpgwapi/js/yahoo/button/assets/skins/sam/button.css";
+
+//     $stylesheets = array
+//             (
+//                     
"/phpgwapi/js/yahoo/reset-fonts-grids/reset-fonts-grids.css",
+//                     
"/phpgwapi/js/yahoo/tabview/assets/skins/sam/tabview.css",
+//                     "/phpgwapi/js/yahoo/resize/assets/skins/sam/resize.css",
+//                     "/phpgwapi/js/yahoo/layout/assets/skins/sam/layout.css",
+//             );
+
+       $stylesheets = array();
+       $stylesheets[] = "/phpgwapi/templates/pure/css/global.css";
+       $stylesheets[] = "/phpgwapi/templates/pure/css/demo_mmenu.css";
+       $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/yahoo/menu/assets/skins/sam/menu.css";
+//     $stylesheets[] = 
"/phpgwapi/js/yahoo/button/assets/skins/sam/button.css";
+
        $stylesheets[] = "/phpgwapi/templates/portico/css/base.css";
        $stylesheets[] = 
"/phpgwapi/templates/portico/css/{$GLOBALS['phpgw_info']['user']['preferences']['common']['theme']}.css";
        $stylesheets[] = "/{$app}/templates/base/css/base.css";




reply via email to

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