phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.21,1.22


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.21,1.22
Date: Sun, 22 Sep 2002 22:52:23 -0400

Update of /cvsroot/phpgroupware/notes/inc
In directory subversions:/tmp/cvs-serv8546/inc

Modified Files:
        class.ui.inc.php 
Log Message:
update

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/inc/class.ui.inc.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** class.ui.inc.php    23 Sep 2002 00:37:14 -0000      1.21
--- class.ui.inc.php    23 Sep 2002 02:52:21 -0000      1.22
***************
*** 40,44 ****
                        $this->t                        = 
$GLOBALS['phpgw']->template;
                        $this->tpl                      = 
CreateObject('phpgwapi.xslttemplates',$GLOBALS['phpgw']->common->get_tpl_dir('notes'));
! 
                        if (!$this->tpl)
                        {
--- 40,44 ----
                        $this->t                        = 
$GLOBALS['phpgw']->template;
                        $this->tpl                      = 
CreateObject('phpgwapi.xslttemplates',$GLOBALS['phpgw']->common->get_tpl_dir('notes'));
!       //              $this->tpl                      = 
CreateObject('etemplates.etemplates','notes.edit');
                        if (!$this->tpl)
                        {
***************
*** 404,407 ****
--- 404,408 ----
        /*      function edit($values=0)
                {
+                       // edit for etemplates
                        if (!is_array($values))
                        {
***************
*** 568,571 ****
--- 569,573 ----
                function delete($values=0)
                {
+                       // delete for etemplates
                        if (!is_array($values))
                        {





reply via email to

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