fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13604] organization php


From: Saul
Subject: [Fmsystem-commits] [13604] organization php
Date: Thu, 09 Jul 2015 22:53:02 +0000

Revision: 13604
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13604
Author:   psaul
Date:     2015-07-09 22:53:01 +0000 (Thu, 09 Jul 2015)
Log Message:
-----------
organization php

Modified Paths:
--------------
    branches/dev-syncromind/booking/inc/class.uiorganization.inc.php

Modified: branches/dev-syncromind/booking/inc/class.uiorganization.inc.php
===================================================================
--- branches/dev-syncromind/booking/inc/class.uiorganization.inc.php    
2015-07-09 13:20:15 UTC (rev 13603)
+++ branches/dev-syncromind/booking/inc/class.uiorganization.inc.php    
2015-07-09 22:53:01 UTC (rev 13604)
@@ -205,6 +205,13 @@
                        $this->use_yui_editor();
                        
                        $this->add_template_helpers();
+            
+            $tabs = array();
+            $tabs['generic'] = array('label' => lang('Organization New'), 
'link' => '#generic');
+            $active_tab = 'generic';
+            
+            $organization['tabs'] = phpgwapi_jquery::tabview_generate($tabs, 
$active_tab);
+            
                        self::render_template_xsl('organization_edit', 
array('organization' => $organization, "new_form"=> "1", 'module' => 
$this->module, 'activities' => $activities, 'currentapp' => 
$GLOBALS['phpgw_info']['flags']['currentapp']));
                }
 




reply via email to

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