fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11072] more on mobilefrontend


From: Sigurd Nes
Subject: [Fmsystem-commits] [11072] more on mobilefrontend
Date: Wed, 24 Apr 2013 09:08:42 +0000

Revision: 11072
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11072
Author:   sigurdne
Date:     2013-04-24 09:08:41 +0000 (Wed, 24 Apr 2013)
Log Message:
-----------
more on mobilefrontend

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

Added: trunk/mobilefrontend/property/class.uilocation.inc.php
===================================================================
--- trunk/mobilefrontend/property/class.uilocation.inc.php                      
        (rev 0)
+++ trunk/mobilefrontend/property/class.uilocation.inc.php      2013-04-24 
09:08:41 UTC (rev 11072)
@@ -0,0 +1,40 @@
+<?php
+
+       /**
+        * phpGroupWare - property: a part of a Facilities Management System.
+        *
+        * @author Sigurd Nes <address@hidden>
+        * @copyright Copyright (C) 2011,2012 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 10753 2013-02-06 06:52:12Z vator $
+        */
+
+       phpgw::import_class('property.uilocation');
+
+       class mobilefrontend_uilocation extends property_uilocation
+       {
+               public function __construct()
+               {
+                       parent::__construct();
+                       $GLOBALS['phpgw_info']['flags']['nonavbar'] = true;
+               }
+       }

Added: trunk/mobilefrontend/property/class.uilookup.inc.php
===================================================================
--- trunk/mobilefrontend/property/class.uilookup.inc.php                        
        (rev 0)
+++ trunk/mobilefrontend/property/class.uilookup.inc.php        2013-04-24 
09:08:41 UTC (rev 11072)
@@ -0,0 +1,40 @@
+<?php
+
+       /**
+        * phpGroupWare - property: a part of a Facilities Management System.
+        *
+        * @author Sigurd Nes <address@hidden>
+        * @copyright Copyright (C) 2011,2012 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.uilookup.inc.php 10753 2013-02-06 06:52:12Z 
vator $
+        */
+
+       phpgw::import_class('property.uilookup');
+
+       class mobilefrontend_uilookup extends property_uilookup
+       {
+               public function __construct()
+               {
+                       parent::__construct();
+                       $GLOBALS['phpgw_info']['flags']['nonavbar'] = true;
+               }
+       }




reply via email to

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