Standardised some naming of the icons to allow for other themes

This commit is contained in:
Deon George
2009-07-08 20:10:57 +10:00
parent 7273ad292b
commit 1aa88e4dc3
49 changed files with 66 additions and 66 deletions

View File

@@ -89,8 +89,8 @@ else
echo '<table class="modify_members">';
echo '<tr>';
printf('<td><img src="%s/user.png" alt="Users" /> %s</td>',IMGDIR,_('Available members'));
printf('<td><img src="%s/uniquegroup.png" alt="Members" /> %s</td>',IMGDIR,_('Group members'));
printf('<td><img src="%s/ldap-user.png" alt="Users" /> %s</td>',IMGDIR,_('Available members'));
printf('<td><img src="%s/ldap-uniquegroup.png" alt="Members" /> %s</td>',IMGDIR,_('Group members'));
echo '</tr>';
# Generate select box from all possible members