fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14430]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14430]
Date: Thu, 19 Nov 2015 23:08:27 +0000

Revision: 14430
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14430
Author:   nelson224
Date:     2015-11-19 23:08:26 +0000 (Thu, 19 Nov 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/frontend/inc/class.uihelpdesk.inc.php

Modified: branches/dev-syncromind/frontend/inc/class.uihelpdesk.inc.php
===================================================================
--- branches/dev-syncromind/frontend/inc/class.uihelpdesk.inc.php       
2015-11-19 23:08:10 UTC (rev 14429)
+++ branches/dev-syncromind/frontend/inc/class.uihelpdesk.inc.php       
2015-11-19 23:08:26 UTC (rev 14430)
@@ -553,6 +553,10 @@
                                'p_num'                 => $p_num,
                        );
 
+                       $tabs = array();
+                       $tabs['details']        = array('label' => lang('Ny 
melding'), 'link' => '#details');
+                       $active_tab = 'details';
+                       
                        $data = array(
                                'redirect'                      => 
isset($redirect) ? $GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'frontend.uihelpdesk.index')) : null,
                                'msgbox_data'           => 
$GLOBALS['phpgw']->common->msgbox($GLOBALS['phpgw']->common->msgbox_data($msglog)),
@@ -562,6 +566,7 @@
                                'description'           => 
$values['description'],
                                'noform'                => $noform,
                                'category_list'         => $category_list,
+                               'tabs'                          => 
phpgwapi_jquery::tabview_generate($tabs, $active_tab),
                                'custom_attributes'     => array('attributes' 
=> $item['attributes']),
                        );
 
@@ -570,6 +575,4 @@
                        
                        
//self::render_template_xsl(array('frontend','helpdesk','attributes_view'), 
array('add_ticket' => $data));
                }
-               
-
        }




reply via email to

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