Standardised some naming of the icons to allow for other themes
@@ -565,7 +565,7 @@ span.hint {
|
||||
|
||||
/* Login Box */
|
||||
#login {
|
||||
background: url('../../images/default/uid.png') no-repeat 0 1px;
|
||||
background: url('../../images/default/ldap-uid.png') no-repeat 0 1px;
|
||||
background-color: #FAFAFF;
|
||||
color: #000000;
|
||||
padding-left: 17px;
|
||||
|
BIN
htdocs/images/default/address-book.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 700 B After Width: | Height: | Size: 700 B |
BIN
htdocs/images/default/export-big.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
htdocs/images/default/forum-big.png
Normal file
After Width: | Height: | Size: 738 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 440 B After Width: | Height: | Size: 440 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 654 B After Width: | Height: | Size: 654 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 773 B After Width: | Height: | Size: 773 B |
BIN
htdocs/images/default/login.png
Normal file
After Width: | Height: | Size: 654 B |
Before Width: | Height: | Size: 829 B After Width: | Height: | Size: 829 B |
BIN
htdocs/images/default/monitorserver-big.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 514 B After Width: | Height: | Size: 514 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
htdocs/images/default/switch.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
@@ -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
|
||||
|