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.23.2.2,1.23


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/inc class.uiaccounts.inc.php,1.23.2.2,1.23.2.3
Date: Mon, 28 Oct 2002 11:21:36 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.uiaccounts.inc.php 
Log Message:
added a header-row to table with group-permissions


Index: class.uiaccounts.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uiaccounts.inc.php,v
retrieving revision 1.23.2.2
retrieving revision 1.23.2.3
diff -C2 -r1.23.2.2 -r1.23.2.3
*** class.uiaccounts.inc.php    7 May 2002 12:48:51 -0000       1.23.2.2
--- class.uiaccounts.inc.php    28 Oct 2002 16:21:33 -0000      1.23.2.3
***************
*** 798,802 ****
                        }
  
!                       $perm_html = '';
                        $tr_color = $GLOBALS['phpgw_info']['theme']['row_off'];
                        for ($i=0;$perm_display[$i][1];$i++)
--- 798,805 ----
                        }
  
!                       $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;$perm_display[$i][1];$i++)
***************
*** 810,814 ****
                                $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="'
--- 813,817 ----
                                $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]