phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/inc class.uiaccounts.inc.php,1.26,1.27


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/inc class.uiaccounts.inc.php,1.26,1.27
Date: Sat, 23 Nov 2002 18:55:15 -0500

Update of /cvsroot/phpgroupware/admin/inc
In directory subversions:/tmp/cvs-serv1551

Modified Files:
        class.uiaccounts.inc.php 
Log Message:
knecke's fix for the usergroups with no title set any more, plus my headerline 
from .14


Index: class.uiaccounts.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uiaccounts.inc.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** class.uiaccounts.inc.php    21 Sep 2002 05:15:32 -0000      1.26
--- class.uiaccounts.inc.php    23 Nov 2002 23:55:13 -0000      1.27
***************
*** 800,806 ****
                        }
  
!                       $perm_html = '';
                        $tr_color = $GLOBALS['phpgw_info']['theme']['row_off'];
!                       for ($i=0;$perm_display[$i][1];$i++)
                        {
                                $app = $perm_display[$i][0];
--- 800,809 ----
                        }
  
!                       $perm_html = 
'<td>'.lang('Application').'</td><td>&nbsp;</td><td>'.lang('ACL').'</td>';
!                       $perm_html = '<tr 
bgcolor="'.$GLOBALS['phpgw_info']['theme']['th_bg'].'">'.
!                               $perm_html.$perm_html."</tr>\n";
!                       
                        $tr_color = $GLOBALS['phpgw_info']['theme']['row_off'];
!                       for ($i=0;$i < count($perm_display);$i++)
                        {
                                $app = $perm_display[$i][0];
***************
*** 812,816 ****
                                $perm_html .= '<td width="40%">' . 
lang($perm_display[$i][1]) . '</td>'
                                        . '<td width="5%"><input 
type="checkbox" name="account_apps['
!                                       . $perm_display[$i][0] . ']" 
value="True"'.($group_info['account_apps'][$app]?' checked':'').'></td><td 
width="5%">'
                                        . ($apps_with_acl[$app] && 
$group_info['account_id']?'<a 
href="'.$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$app.'&owner='.$group_info['account_id'])
                                        . '" target="_blank"><img 
src="'.$GLOBALS['phpgw']->common->image('admin','dot').'" border="0" hspace="3" 
align="absmiddle" alt="'
--- 815,819 ----
                                $perm_html .= '<td width="40%">' . 
lang($perm_display[$i][1]) . '</td>'
                                        . '<td width="5%"><input 
type="checkbox" name="account_apps['
!                                       . $perm_display[$i][0] . ']" 
value="True"'.($group_info['account_apps'][$app]?' checked':'').'></td><td 
width="5%" align="center">'
                                        . ($apps_with_acl[$app] && 
$group_info['account_id']?'<a 
href="'.$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$app.'&owner='.$group_info['account_id'])
                                        . '" target="_blank"><img 
src="'.$GLOBALS['phpgw']->common->image('admin','dot').'" border="0" hspace="3" 
align="absmiddle" alt="'





reply via email to

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