phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc class.uiprojects.inc.php,1.47.2.7.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.uiprojects.inc.php,1.47.2.7.2.16,1.47.2.7.2.17
Date: Sat, 14 Jun 2003 19:24:29 -0400

Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv7701/inc

Modified Files:
      Tag: Version-0_9_16-branch
        class.uiprojects.inc.php 
Log Message:
update

Index: class.uiprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uiprojects.inc.php,v
retrieving revision 1.47.2.7.2.16
retrieving revision 1.47.2.7.2.17
diff -C2 -r1.47.2.7.2.16 -r1.47.2.7.2.17
*** class.uiprojects.inc.php    14 Jun 2003 23:14:31 -0000      1.47.2.7.2.16
--- class.uiprojects.inc.php    14 Jun 2003 23:24:27 -0000      1.47.2.7.2.17
***************
*** 847,853 ****
                        switch($action)
                        {
!                               case 'mains'    : $menu = 
'projects.uiprojects.list_projects'; break;
!                               case 'subs'             : $menu = 
'projects.uiprojects.list_projects'; break;
!                               case 'act'              : $menu = 
'projects.uiprojects.list_activities'; break;
                        }
  
--- 847,859 ----
                        switch($action)
                        {
!                               case 'mains'    :       $menu = 
'projects.uiprojects.list_projects';
!                                                                       
$deleteheader = lang('are you sure you want to delete this project');
!                                                                       break;
!                               case 'subs'             :       $menu = 
'projects.uiprojects.list_projects';
!                                                                       
$deleteheader = lang('are you sure you want to delete this project');
!                                                                       break;
!                               case 'act'              :       $menu = 
'projects.uiprojects.list_activities';
!                                                                       
$deleteheader = lang('are you sure you want to delete this activity');
!                                                                       break;
                        }
  
***************
*** 886,890 ****
                        $GLOBALS['phpgw']->template->set_var('subs', '');
  
!                       
$GLOBALS['phpgw']->template->set_var('deleteheader',lang('are you sure you want 
to delete this entry'));
                        
$GLOBALS['phpgw']->template->set_var('lang_no',lang('No'));
                        
$GLOBALS['phpgw']->template->set_var('lang_yes',lang('Yes'));
--- 892,896 ----
                        $GLOBALS['phpgw']->template->set_var('subs', '');
  
!                       
$GLOBALS['phpgw']->template->set_var('deleteheader',$deleteheader);
                        
$GLOBALS['phpgw']->template->set_var('lang_no',lang('No'));
                        
$GLOBALS['phpgw']->template->set_var('lang_yes',lang('Yes'));





reply via email to

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