phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc class.boprojects.inc.php,1.47,1.48


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.boprojects.inc.php,1.47,1.48 class.uiprojects.inc.php,1.56,1.57
Date: Sun, 18 Aug 2002 19:21:09 -0400

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

Modified Files:
        class.boprojects.inc.php class.uiprojects.inc.php 
Log Message:
fixed some mismatch in prefs settings

Index: class.boprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.boprojects.inc.php,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** class.boprojects.inc.php    18 Aug 2002 22:36:06 -0000      1.47
--- class.boprojects.inc.php    18 Aug 2002 23:21:07 -0000      1.48
***************
*** 240,244 ****
                                        $error[] = lang('Please set your 
preferences for this application');
                                }
!                       ]
                        return $error;
                }
--- 240,244 ----
                                        $error[] = lang('Please set your 
preferences for this application');
                                }
!                       }
                        return $error;
                }

Index: class.uiprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uiprojects.inc.php,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -r1.56 -r1.57
*** class.uiprojects.inc.php    18 Aug 2002 22:36:06 -0000      1.56
--- class.uiprojects.inc.php    18 Aug 2002 23:21:07 -0000      1.57
***************
*** 1583,1587 ****
  
                                $bill = '<input type="radio" name="prefs[bill]" 
value="wu"' . ($prefs['bill'] == 'wu'?' checked':'') . '>'
!                                                       . lang('per workunit') 
. "\n";
                                $bill .= '<input type="radio" 
name="prefs[bill]" value="h"' . ($prefs['bill'] == 'h'?' checked':'') . '>'
                                                        . lang('exactly 
accounting') . '&nbsp;[hh:mm]';
--- 1583,1587 ----
  
                                $bill = '<input type="radio" name="prefs[bill]" 
value="wu"' . ($prefs['bill'] == 'wu'?' checked':'') . '>'
!                                                       . lang('per workunit') 
. '<br>';
                                $bill .= '<input type="radio" 
name="prefs[bill]" value="h"' . ($prefs['bill'] == 'h'?' checked':'') . '>'
                                                        . lang('exactly 
accounting') . '&nbsp;[hh:mm]';





reply via email to

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