fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13622] class.uicompleted_reservation_export.php


From: Saul
Subject: [Fmsystem-commits] [13622] class.uicompleted_reservation_export.php
Date: Fri, 10 Jul 2015 22:51:39 +0000

Revision: 13622
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13622
Author:   psaul
Date:     2015-07-10 22:51:39 +0000 (Fri, 10 Jul 2015)
Log Message:
-----------
class.uicompleted_reservation_export.php

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

Modified: 
branches/dev-syncromind/booking/inc/class.uicompleted_reservation_export.inc.php
===================================================================
--- 
branches/dev-syncromind/booking/inc/class.uicompleted_reservation_export.inc.php
    2015-07-10 22:50:55 UTC (rev 13621)
+++ 
branches/dev-syncromind/booking/inc/class.uicompleted_reservation_export.inc.php
    2015-07-10 22:51:39 UTC (rev 13622)
@@ -294,7 +294,14 @@
                        $export = $this->bo->read_single(phpgw::get_var('id', 
'GET'));
                        $this->add_default_display_data($export);
                        $this->add_template_file('helpers');
-                       self::render_template('completed_reservation_export', 
array('export' => $export));
+            
+            $tabs = array();
+            $tabs['generic'] = array('label' => lang('Export'), 'link' => 
'#export');
+            $active_tab = 'generic';
+            
+            $export['tabs'] = phpgwapi_jquery::tabview_generate($tabs, 
$active_tab);
+            
+                       
self::render_template_xsl('completed_reservation_export', array('export' => 
$export));
                }
                
                protected function get_export_key() {




reply via email to

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