fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17351] add missing


From: sigurdne
Subject: [Fmsystem-commits] [17351] add missing
Date: Wed, 22 Nov 2017 12:27:35 -0500 (EST)

Revision: 17351
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17351
Author:   sigurdne
Date:     2017-11-22 12:27:35 -0500 (Wed, 22 Nov 2017)
Log Message:
-----------
add missing

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

Added Paths:
-----------
    trunk/mobilefrontend/property/class.bolocation.inc.php

Added: trunk/mobilefrontend/property/class.bolocation.inc.php
===================================================================
--- trunk/mobilefrontend/property/class.bolocation.inc.php                      
        (rev 0)
+++ trunk/mobilefrontend/property/class.bolocation.inc.php      2017-11-22 
17:27:35 UTC (rev 17351)
@@ -0,0 +1,39 @@
+<?php
+       /**
+        * phpGroupWare - property: a part of a Facilities Management System.
+        *
+        * @author Sigurd Nes <address@hidden>
+        * @copyright Copyright (C) 2017 Free Software Foundation, Inc. 
http://www.fsf.org/
+        * This file is part of phpGroupWare.
+        *
+        * phpGroupWare is free software; you can redistribute it and/or modify
+        * it under the terms of the GNU General Public License as published by
+        * the Free Software Foundation; either version 2 of the License, or
+        * (at your option) any later version.
+        *
+        * phpGroupWare is distributed in the hope that it will be useful,
+        * but WITHOUT ANY WARRANTY; without even the implied warranty of
+        * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+        * GNU General Public License for more details.
+        *
+        * You should have received a copy of the GNU General Public License
+        * along with phpGroupWare; if not, write to the Free Software
+        * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  
02110-1301  USA
+        *
+        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
+        * @package property
+        * @subpackage tts
+        * @version $Id: class.uitts.inc.php 11511 2013-12-08 20:57:07Z 
sigurdne $
+        */
+       phpgw::import_class('property.bolocation');
+
+       class mobilefrontend_bolocation extends property_bolocation
+       {
+
+               public function __construct()
+               {
+                       parent::__construct();
+                       $GLOBALS['phpgw_info']['flags']['nonavbar'] = true;
+               }
+       }
\ No newline at end of file

Modified: trunk/phpgwapi/templates/pure/head.inc.php
===================================================================
--- trunk/phpgwapi/templates/pure/head.inc.php  2017-11-22 15:31:15 UTC (rev 
17350)
+++ trunk/phpgwapi/templates/pure/head.inc.php  2017-11-22 17:27:35 UTC (rev 
17351)
@@ -10,11 +10,6 @@
        $GLOBALS['phpgw_info']['server']['no_jscombine']=true;
        if( !$GLOBALS['phpgw_info']['flags']['noframework'] && 
!$GLOBALS['phpgw_info']['flags']['nonavbar'] )
        {
-//             $javascripts[] = "/phpgwapi/js/yui3/yui/yui-min.js";
-//             $javascripts[] = 
"/phpgwapi/js/yui3-gallery/gallery-sm-menu/gallery-sm-menu-min.js";
-//             $javascripts[] = 
"/phpgwapi/js/yui3-gallery/gallery-sm-menu-base/gallery-sm-menu-base-min.js";
-//             $javascripts[] = 
"/phpgwapi/js/yui3-gallery/gallery-sm-menu-item/gallery-sm-menu-item-min.js";
-//             $javascripts[] = 
"/phpgwapi/js/yui3-gallery/gallery-sm-menu-templates/gallery-sm-menu-templates-min.js";
                $javascripts[] = 
"/phpgwapi/js/jquery/mmenu/core/js/jquery.mmenu.min.all.js";
                $javascripts[] = "/phpgwapi/templates/pure/js/mmenu.js";
 
@@ -63,7 +58,7 @@
        {
                $stylesheets[] = 
"/phpgwapi/templates/pure/themes/{$GLOBALS['phpgw_info']['user']['preferences']['common']['theme']}.css";
        }
-//     $stylesheets[] = "/{$app}/templates/base/css/base.css";
+       $stylesheets[] = "/{$app}/templates/base/css/base.css";
        //$stylesheets[] = "/{$app}/templates/portico/css/base.css";
        
if(isset($GLOBALS['phpgw_info']['user']['preferences']['common']['theme']))
        {




reply via email to

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