phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.24,1.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.24,1.25
Date: Wed, 25 Sep 2002 19:19:33 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv23661

Modified Files:
        class.uietemplate.inc.php 
Log Message:
forms are send now to /etemplate/process_exec.php, which sets the current_app 
from $HTTP_POST_VAR['app']

Index: class.uietemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate.inc.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** class.uietemplate.inc.php   25 Sep 2002 22:22:10 -0000      1.24
--- class.uietemplate.inc.php   25 Sep 2002 23:19:31 -0000      1.25
***************
*** 97,102 ****
  
                        $id = $this->appsession_id();
- 
- 
                        $GLOBALS['phpgw_info']['etemplate']['loop'] = False;
                        $GLOBALS['phpgw_info']['etemplate']['form_options'] = 
'';       // might be set in show
--- 97,100 ----
***************
*** 104,110 ****
                                $this->html->form($this->include_java_script() .
                                        
$this->show($this->complete_array_merge($content,$changes),$sel_options,$readonlys,'exec'),
!                                       array('etemplate_exec_id' => $id),
!                                       
'/index.php?menuaction=etemplate.etemplate.process_exec&app='.$GLOBALS['phpgw_info']['flags']['currentapp'],
!                                       
'','eTemplate',$GLOBALS['phpgw_info']['etemplate']['form_options']);
  
                        $id = $this->save_appsession($this->as_array(1) + array(
--- 102,107 ----
                                $this->html->form($this->include_java_script() .
                                        
$this->show($this->complete_array_merge($content,$changes),$sel_options,$readonlys,'exec'),
!                                       array('etemplate_exec_id' => $id,'app' 
=> $GLOBALS['phpgw_info']['flags']['currentapp']),
!                                       
'/etemplate/process_exec.php','','eTemplate',$GLOBALS['phpgw_info']['etemplate']['form_options']);
  
                        $id = $this->save_appsession($this->as_array(1) + array(





reply via email to

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