phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] notes/inc class.uinotes.inc.php


From: Bettina Gille
Subject: [Phpgroupware-cvs] notes/inc class.uinotes.inc.php
Date: Tue, 16 May 2006 06:57:51 +0000

CVSROOT:        /sources/phpgroupware
Module name:    notes
Branch:         
Changes by:     Bettina Gille <address@hidden>  06/05/16 06:57:51

Modified files:
        inc            : class.uinotes.inc.php 

Log message:
        fixed missing xsl for delete

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/notes/inc/class.uinotes.inc.php.diff?tr1=1.36&tr2=1.37&r1=text&r2=text

Patches:
Index: notes/inc/class.uinotes.inc.php
diff -u notes/inc/class.uinotes.inc.php:1.36 
notes/inc/class.uinotes.inc.php:1.37
--- notes/inc/class.uinotes.inc.php:1.36        Tue Mar 21 12:59:11 2006
+++ notes/inc/class.uinotes.inc.php     Tue May 16 06:57:51 2006
@@ -6,7 +6,7 @@
        * @copyright Copyright (C) 2000-2003,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package notes
-       * @version $Id: class.uinotes.inc.php,v 1.36 2006/03/21 12:59:11 
sigurdne Exp $
+       * @version $Id: class.uinotes.inc.php,v 1.37 2006/05/16 06:57:51 ceb 
Exp $
        */
 
        /**
@@ -247,7 +247,7 @@
                                
$GLOBALS['phpgw']->redirect_link('/index.php',$link_data);
                        }
 
-                       
$GLOBALS['phpgw']->xslttpl->add_file(array($GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default')
 . SEP . 'app_delete'));
+                       $GLOBALS['phpgw']->xslttpl->add_file('delete');
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('notes') . ': ' . lang('delete note');
 




reply via email to

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