[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.5,1.6
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.5,1.6 |
Date: |
Sat, 01 Jun 2002 08:38:54 -0400 |
Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv2992
Modified Files:
class.uietemplate.inc.php
Log Message:
some changes to be compatible with seek3r new template-system
Index: class.uietemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.uietemplate.inc.php 13 May 2002 21:30:46 -0000 1.5
--- class.uietemplate.inc.php 1 Jun 2002 12:38:51 -0000 1.6
***************
*** 93,97 ****
}
$GLOBALS['phpgw']->common->phpgw_header();
- echo parse_navbar();
$id = $this->save_appsession(array(
--- 93,96 ----
***************
*** 107,113 ****
));
! echo $this->html->nextMatchStyles($this->style)."\n\n".
// so they get included once
$this->html->form($this->show($content,$sel_options,$readonlys,'exec'),
! array('etemplate_exec_id' =>
$id),'/index.php?menuaction=etemplate.etemplate.process_exec');
}
--- 106,112 ----
));
!
$GLOBALS['phpgw']->template->set_var('phpgw_body',$this->html->nextMatchStyles($this->style)."\n\n".
// so they get included once
$this->html->form($this->show($content,$sel_options,$readonlys,'exec'),
! array('etemplate_exec_id' =>
$id),'/index.php?menuaction=etemplate.etemplate.process_exec'));
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.5,1.6,
Ralf Becker <address@hidden> <=