fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10839] mobilefrontend : porting controller skeleton


From: Sigurd Nes
Subject: [Fmsystem-commits] [10839] mobilefrontend : porting controller skeleton
Date: Fri, 15 Feb 2013 09:08:23 +0000

Revision: 10839
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10839
Author:   sigurdne
Date:     2013-02-15 09:08:21 +0000 (Fri, 15 Feb 2013)
Log Message:
-----------
mobilefrontend : porting controller skeleton

Modified Paths:
--------------
    trunk/mobilefrontend/inc/controller/class.uicontrol.inc.php

Added Paths:
-----------
    trunk/mobilefrontend/inc/controller/class.uicalendar.inc.php
    trunk/mobilefrontend/inc/controller/class.uicase.inc.php
    trunk/mobilefrontend/inc/controller/class.uicheck_list.inc.php
    trunk/mobilefrontend/inc/controller/class.uicheck_list_for_component.inc.php
    trunk/mobilefrontend/inc/controller/class.uicontrol_group.inc.php
    trunk/mobilefrontend/inc/controller/class.uicontrol_group_component.inc.php
    trunk/mobilefrontend/inc/controller/class.uicontrol_item.inc.php
    
trunk/mobilefrontend/inc/controller/class.uicontrol_register_to_component.inc.php
    
trunk/mobilefrontend/inc/controller/class.uicontrol_register_to_location.inc.php
    trunk/mobilefrontend/inc/controller/class.uidocument.inc.php
    trunk/mobilefrontend/inc/controller/class.uiprocedure.inc.php

Added: trunk/mobilefrontend/inc/controller/class.uicalendar.inc.php
===================================================================
--- trunk/mobilefrontend/inc/controller/class.uicalendar.inc.php                
                (rev 0)
+++ trunk/mobilefrontend/inc/controller/class.uicalendar.inc.php        
2013-02-15 09:08:21 UTC (rev 10839)
@@ -0,0 +1,41 @@
+<?php
+
+       /**
+        * phpGroupWare - controller: a part of a Facilities Management System.
+        *
+        * @author Erik Holm-Larsen <address@hidden>
+        * @author Torstein Vadla <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 controller
+        * @version $Id: class.uicalendar.inc.php 10753 2013-02-06 06:52:12Z 
vator $
+        */
+
+       phpgw::import_class('controller.uicalendar');
+
+       class mobilefrontend_uicalendar extends controller_uicalendar
+       {
+               public function __construct()
+               {
+                       $GLOBALS['phpgw_info']['flags']['custom_frontend'] = 
'mobilefrontend';
+                       parent::__construct();
+               }
+       }

Added: trunk/mobilefrontend/inc/controller/class.uicase.inc.php
===================================================================
--- trunk/mobilefrontend/inc/controller/class.uicase.inc.php                    
        (rev 0)
+++ trunk/mobilefrontend/inc/controller/class.uicase.inc.php    2013-02-15 
09:08:21 UTC (rev 10839)
@@ -0,0 +1,40 @@
+<?php
+       /**
+       * phpGroupWare - controller: a part of a Facilities Management System.
+       *
+       * @author Erink Holm-Larsen <address@hidden>
+       * @author Torstein Vadla <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 controller
+       * @version $Id: class.uicase.inc.php 10826 2013-02-14 12:21:31Z vator $
+       */
+
+       phpgw::import_class('controller.uicase');
+
+       class mobilefrontend_uicase extends controller_uicase
+       {
+               public function __construct()
+               {
+                       $GLOBALS['phpgw_info']['flags']['custom_frontend'] = 
'mobilefrontend';
+                       parent::__construct();
+               }
+       }

Added: trunk/mobilefrontend/inc/controller/class.uicheck_list.inc.php
===================================================================
--- trunk/mobilefrontend/inc/controller/class.uicheck_list.inc.php              
                (rev 0)
+++ trunk/mobilefrontend/inc/controller/class.uicheck_list.inc.php      
2013-02-15 09:08:21 UTC (rev 10839)
@@ -0,0 +1,40 @@
+<?php
+       /**
+       * phpGroupWare - controller: a part of a Facilities Management System.
+       *
+       * @author Erik Holm-Larsen <address@hidden>
+       * @author Torstein Vadla <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 controller
+       * @version $Id: class.uicheck_list.inc.php 10834 2013-02-14 12:57:59Z 
vator $
+       */
+       
+       phpgw::import_class('controller.uicheck_list');
+
+       class mobilefrontend_uicheck_list extends controller_uicheck_list
+       {
+               public function __construct()
+               {
+                       $GLOBALS['phpgw_info']['flags']['custom_frontend'] = 
'mobilefrontend';
+                       parent::__construct();
+               }
+       }

Added: 
trunk/mobilefrontend/inc/controller/class.uicheck_list_for_component.inc.php
===================================================================
--- 
trunk/mobilefrontend/inc/controller/class.uicheck_list_for_component.inc.php    
                            (rev 0)
+++ 
trunk/mobilefrontend/inc/controller/class.uicheck_list_for_component.inc.php    
    2013-02-15 09:08:21 UTC (rev 10839)
@@ -0,0 +1,41 @@
+<?php
+       /**
+       * phpGroupWare - controller: a part of a Facilities Management System.
+       *
+       * @author Erink Holm-Larsen <address@hidden>
+       * @author Torstein Vadla <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 controller
+       * @version $Id: class.uicheck_list_for_component.inc.php 10631 
2013-01-02 09:15:56Z vator $
+       */      
+
+
+       phpgw::import_class('controller.uicheck_list_for_component');
+
+       class mobilefrontend_uicheck_list_for_component extends 
controller_uicheck_list_for_component
+       {
+               public function __construct()
+               {
+                       $GLOBALS['phpgw_info']['flags']['custom_frontend'] = 
'mobilefrontend';
+                       parent::__construct();
+               }
+       }

Modified: trunk/mobilefrontend/inc/controller/class.uicontrol.inc.php
===================================================================
--- trunk/mobilefrontend/inc/controller/class.uicontrol.inc.php 2013-02-14 
19:32:44 UTC (rev 10838)
+++ trunk/mobilefrontend/inc/controller/class.uicontrol.inc.php 2013-02-15 
09:08:21 UTC (rev 10839)
@@ -33,18 +33,9 @@
 
        class mobilefrontend_uicontrol extends controller_uicontrol
        {
-               public $public_functions = array
-               (
-                       'view_control_details'  =>      true,
-               );
-
                public function __construct()
                {
+                       $GLOBALS['phpgw_info']['flags']['custom_frontend'] = 
'mobilefrontend';
                        parent::__construct();
                }
-               
-               public function view_control_details($control = null)
-               {
-                       parent::view_control_details($control);
-               }
        }

Added: trunk/mobilefrontend/inc/controller/class.uicontrol_group.inc.php
===================================================================
--- trunk/mobilefrontend/inc/controller/class.uicontrol_group.inc.php           
                (rev 0)
+++ trunk/mobilefrontend/inc/controller/class.uicontrol_group.inc.php   
2013-02-15 09:08:21 UTC (rev 10839)
@@ -0,0 +1,41 @@
+<?php
+       /**
+       * phpGroupWare - controller: a part of a Facilities Management System.
+       *
+       * @author Erink Holm-Larsen <address@hidden>
+       * @author Torstein Vadla <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 controller
+       * @version $Id: class.uicontrol_group.inc.php 10633 2013-01-02 
09:21:05Z vator $
+       */      
+
+
+       phpgw::import_class('controller.uicontrol_group');
+
+       class mobilefrontend_uicontrol_group extends controller_uicontrol_group
+       {
+               public function __construct()
+               {
+                       $GLOBALS['phpgw_info']['flags']['custom_frontend'] = 
'mobilefrontend';
+                       parent::__construct();
+               }
+       }

Added: 
trunk/mobilefrontend/inc/controller/class.uicontrol_group_component.inc.php
===================================================================
--- trunk/mobilefrontend/inc/controller/class.uicontrol_group_component.inc.php 
                        (rev 0)
+++ trunk/mobilefrontend/inc/controller/class.uicontrol_group_component.inc.php 
2013-02-15 09:08:21 UTC (rev 10839)
@@ -0,0 +1,41 @@
+<?php
+       /**
+       * phpGroupWare - controller: a part of a Facilities Management System.
+       *
+       * @author Erik Holm-Larsen <address@hidden>
+       * @author Torstein Vadla <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 controller
+       * @version $Id: class.uicontrol_group_component.inc.php 10810 
2013-02-13 19:49:14Z sigurdne $
+       */      
+
+
+       phpgw::import_class('controller.uicontrol_group_component');
+
+       class mobilefrontend_uicontrol_group_component extends 
controller_uicontrol_group_component
+       {
+               public function __construct()
+               {
+                       $GLOBALS['phpgw_info']['flags']['custom_frontend'] = 
'mobilefrontend';
+                       parent::__construct();
+               }
+       }

Added: trunk/mobilefrontend/inc/controller/class.uicontrol_item.inc.php
===================================================================
--- trunk/mobilefrontend/inc/controller/class.uicontrol_item.inc.php            
                (rev 0)
+++ trunk/mobilefrontend/inc/controller/class.uicontrol_item.inc.php    
2013-02-15 09:08:21 UTC (rev 10839)
@@ -0,0 +1,41 @@
+<?php
+       /**
+       * phpGroupWare - controller: a part of a Facilities Management System.
+       *
+       * @author Erink Holm-Larsen <address@hidden>
+       * @author Torstein Vadla <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 controller
+       * @version $Id: class.uicontrol_item.inc.php 10787 2013-02-11 12:55:58Z 
vator $
+       */
+
+
+       phpgw::import_class('controller.uicontrol_item');
+
+       class mobilefrontend_uicontrol_item extends controller_uicontrol_item
+       {
+               public function __construct()
+               {
+                       $GLOBALS['phpgw_info']['flags']['custom_frontend'] = 
'mobilefrontend';
+                       parent::__construct();
+               }
+       }

Added: 
trunk/mobilefrontend/inc/controller/class.uicontrol_register_to_component.inc.php
===================================================================
--- 
trunk/mobilefrontend/inc/controller/class.uicontrol_register_to_component.inc.php
                           (rev 0)
+++ 
trunk/mobilefrontend/inc/controller/class.uicontrol_register_to_component.inc.php
   2013-02-15 09:08:21 UTC (rev 10839)
@@ -0,0 +1,41 @@
+<?php
+       /**
+       * phpGroupWare - controller: a part of a Facilities Management System.
+       *
+       * @author Erink Holm-Larsen <address@hidden>
+       * @author Torstein Vadla <address@hidden>
+       * @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 controller
+       * @version $Id: class.uicontrol_register_to_component.inc.php 10810 
2013-02-13 19:49:14Z sigurdne $
+       */
+       
+       phpgw::import_class('controller.uicontrol_register_to_component');
+
+       class mobilefrontend_uicontrol_register_to_component extends 
controller_uicontrol_register_to_component
+       {
+               public function __construct()
+               {
+                       $GLOBALS['phpgw_info']['flags']['custom_frontend'] = 
'mobilefrontend';
+                       parent::__construct();
+               }
+       }

Added: 
trunk/mobilefrontend/inc/controller/class.uicontrol_register_to_location.inc.php
===================================================================
--- 
trunk/mobilefrontend/inc/controller/class.uicontrol_register_to_location.inc.php
                            (rev 0)
+++ 
trunk/mobilefrontend/inc/controller/class.uicontrol_register_to_location.inc.php
    2013-02-15 09:08:21 UTC (rev 10839)
@@ -0,0 +1,42 @@
+<?php
+       /**
+       * phpGroupWare - controller: a part of a Facilities Management System.
+       *
+       * @author Erink Holm-Larsen <address@hidden>
+       * @author Torstein Vadla <address@hidden>
+       * @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 controller
+       * @version $Id: class.uicontrol_register_to_location.inc.php 10810 
2013-02-13 19:49:14Z sigurdne $
+       */
+       
+               
+       phpgw::import_class('controller.uicontrol_register_to_location');
+
+       class mobilefrontend_uicontrol_register_to_location extends 
controller_uicontrol_register_to_location
+       {
+               public function __construct()
+               {
+                       $GLOBALS['phpgw_info']['flags']['custom_frontend'] = 
'mobilefrontend';
+                       parent::__construct();
+               }
+       }

Added: trunk/mobilefrontend/inc/controller/class.uidocument.inc.php
===================================================================
--- trunk/mobilefrontend/inc/controller/class.uidocument.inc.php                
                (rev 0)
+++ trunk/mobilefrontend/inc/controller/class.uidocument.inc.php        
2013-02-15 09:08:21 UTC (rev 10839)
@@ -0,0 +1,41 @@
+<?php
+    /**
+    * phpGroupWare - controller: a part of a Facilities Management System.
+    *
+    * @author Erik Holm-Larsen <address@hidden>
+    * @author Torstein Vadla <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 controller
+    * @version $Id: class.uidocument.inc.php 10346 2012-10-25 06:27:55Z vator $
+    */ 
+
+
+       phpgw::import_class('controller.uidocument');
+
+       class mobilefrontend_uidocument extends controller_uidocument
+       {
+               public function __construct()
+               {
+                       $GLOBALS['phpgw_info']['flags']['custom_frontend'] = 
'mobilefrontend';
+                       parent::__construct();
+               }
+       }

Added: trunk/mobilefrontend/inc/controller/class.uiprocedure.inc.php
===================================================================
--- trunk/mobilefrontend/inc/controller/class.uiprocedure.inc.php               
                (rev 0)
+++ trunk/mobilefrontend/inc/controller/class.uiprocedure.inc.php       
2013-02-15 09:08:21 UTC (rev 10839)
@@ -0,0 +1,41 @@
+<?php
+       /**
+       * phpGroupWare - controller: a part of a Facilities Management System.
+       *
+       * @author Erik Holm-Larsen <address@hidden>
+       * @author Torstein Vadla <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 controller
+       * @version $Id: class.uiprocedure.inc.php 10789 2013-02-11 13:01:07Z 
vator $
+       */      
+
+
+       phpgw::import_class('controller.uiprocedure');
+
+       class mobilefrontend_uiprocedure extends controller_uiprocedure
+       {
+               public function __construct()
+               {
+                       $GLOBALS['phpgw_info']['flags']['custom_frontend'] = 
'mobilefrontend';
+                       parent::__construct();
+               }
+       }




reply via email to

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