fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10920] more on mobilefrontend


From: Sigurd Nes
Subject: [Fmsystem-commits] [10920] more on mobilefrontend
Date: Mon, 18 Feb 2013 14:49:47 +0000

Revision: 10920
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10920
Author:   sigurdne
Date:     2013-02-18 14:49:47 +0000 (Mon, 18 Feb 2013)
Log Message:
-----------
more on mobilefrontend

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

Modified: trunk/mobilefrontend/controller/class.uicase.inc.php
===================================================================
--- trunk/mobilefrontend/controller/class.uicase.inc.php        2013-02-18 
14:47:02 UTC (rev 10919)
+++ trunk/mobilefrontend/controller/class.uicase.inc.php        2013-02-18 
14:49:47 UTC (rev 10920)
@@ -36,6 +36,7 @@
                public function __construct()
                {
                        parent::__construct();
-      
$GLOBALS['phpgw']->css->add_external_file('controller/templates/mobilefrontend/css/base.css');
+                       //FIXME
+                       
$GLOBALS['phpgw']->css->add_external_file('controller/templates/mobilefrontend/css/base.css');
                }
        }

Modified: trunk/mobilefrontend/controller/class.uicheck_list.inc.php
===================================================================
--- trunk/mobilefrontend/controller/class.uicheck_list.inc.php  2013-02-18 
14:47:02 UTC (rev 10919)
+++ trunk/mobilefrontend/controller/class.uicheck_list.inc.php  2013-02-18 
14:49:47 UTC (rev 10920)
@@ -35,7 +35,9 @@
                public function __construct()
                {
                        parent::__construct();
-      
$GLOBALS['phpgw']->css->add_external_file('controller/templates/mobilefrontend/css/base.css');
+                       
+                       //FIXME
+                       
$GLOBALS['phpgw']->css->add_external_file('controller/templates/mobilefrontend/css/base.css');
                }
     
     /**
@@ -44,6 +46,7 @@
                 * @param HTTP:: check list id
                 * @return data array
                */
+/*
                function edit_check_list( $check_list = null ){
                        if($check_list == null)
                        {
@@ -133,5 +136,5 @@
                                       
'check_list/fragments/check_list_top_section', 'case/add_case', 
                                       
'check_list/fragments/select_buildings_on_property'), $data);
                }
-    
+    */
        }




reply via email to

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