fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12607]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12607]
Date: Thu, 15 Jan 2015 23:26:21 +0000

Revision: 12607
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12607
Author:   nelson224
Date:     2015-01-15 23:26:20 +0000 (Thu, 15 Jan 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uiworkorder.inc.php

Modified: branches/dev-syncromind/property/inc/class.uiworkorder.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiworkorder.inc.php      
2015-01-15 20:25:46 UTC (rev 12606)
+++ branches/dev-syncromind/property/inc/class.uiworkorder.inc.php      
2015-01-15 23:26:20 UTC (rev 12607)
@@ -1174,7 +1174,7 @@
 
                        $project        = 
(isset($values['project_id'])?$boproject->read_single_mini($values['project_id']):'');
 
-                       /*if (isset($values['save']))
+                       if (isset($values['save']))
                        {
                                if($GLOBALS['phpgw']->session->is_repost())
                                {
@@ -1532,7 +1532,6 @@
                                }
 
                        }
-            */
 
                        if(!isset($receipt['error']))
                        {
@@ -2270,7 +2269,7 @@
                                'datatable'                                     
                        => $datavalues,
                                'myColumnDefs'                                  
                => $myColumnDefs,
                                'myButtons'                                     
                        => $myButtons,
-                               'tabs'                                          
                        => self::_generate_tabs(array(),array('documents' => 
$id?false:true, 'history' => $id?false:true),$selected_tab),
+                               'tabs'                                          
                        => self::_generate_tabs(array(),array('documents' => 
$id?false:true, 'history' => $id?false:true)),
                                'msgbox_data'                                   
                => $GLOBALS['phpgw']->common->msgbox($msgbox_data),
                                'value_origin'                                  
                => isset($values['origin']) ? $values['origin'] : '',
                                'value_origin_type'                             
                => isset($origin)?$origin:'',
@@ -2466,6 +2465,7 @@
                        
$GLOBALS['phpgw']->css->add_external_file('phpgwapi/js/tinybox2/style.css');
                }
 
+               
                function add()
                {
                        if(!$this->acl_edit)
@@ -2883,9 +2883,7 @@
                                }
                        }
 
-                       phpgwapi_yui::tabview_setup('workorder_tabview');
-
-                       return phpgwapi_yui::tabview_generate($tabs, $selected);
+                       return phpgwapi_jquery::tabview_generate($tabs, 
$selected);
                }
 
        }




reply via email to

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