summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bd8af75)
raw | patch | inline | side by side (parent: bd8af75)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 28 Jul 2005 07:19:39 +0000 (07:19 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 28 Jul 2005 07:19:39 +0000 (07:19 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1023 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/admin/applications/class_applicationManagement.inc b/plugins/admin/applications/class_applicationManagement.inc
index e52646bd9ed7524b9af7ee8864234dafdfe202ff..018dd1bf1671878e341fb49e09c00c0f5ae98fa1 100644 (file)
$applimg = "<img src='images/select_application.png' alt='A' title='"._("Application")."'>";
// Space
- $empty = "<img src='images/nothing.png' style='width:16px;height:16px;' alt=''>";
+ $empty = "<img src='images/empty.png' style='width:16px;height:16px;' alt=''>";
$divlist = new divlist();
diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc
index 680d36a3c7cd358d50dea0056c3977c8dcaaa699..db439b5702aba1f490849bc13f5e2f5690fbc58f 100644 (file)
$applimg = "<img src='images/select_application.png' alt='A' title='"._("Application")."'>";
$phoneimg = "<img src='images/select_phone.png' alt='Ph' title='"._("Phone") ."'>";
// Space
- $empty = "<img src='images/nothing.png' style='width:16px;height:16px;' alt=''>";
+ $empty = "<img src='images/empty.png' style='width:16px;height:16px;' alt=''>";
$divlist = new divlist();
diff --git a/plugins/admin/ogroups/class_ogroupManagement.inc b/plugins/admin/ogroups/class_ogroupManagement.inc
index 17d0c10047e106347e3db7c7db2062d523994d9d..73fcc95528b4bfb59613fb3a3f6a91305814dea4 100644 (file)
$mailimg = "<img src='images/mailto.png' alt='M' title='"._("Mail") ."'>";
// Space
- $empty = "<img src='images/nothing.png' style='width:16px;height:16px;' alt=''>";
+ $empty = "<img src='images/empty.png' style='width:16px;height:16px;' alt=''>";
// List Setup
$divlist = new divlist();
diff --git a/plugins/admin/systems/class_systemManagement.inc b/plugins/admin/systems/class_systemManagement.inc
index e553b92065aa615220ecb6208b40457432cb26ec..723c26c100009ccaeb70d740378e4d98e1ad2abd 100644 (file)
}
// Space
- $empty ="";//= "<img src='images/nothing.png' style='width:16px;height:16px;' alt=''>";
+ $empty =" ";
// User and Template Images
$editlink = "<a href='?plug=".$_GET['plug']."&id=%s&act=edit_entry'>%s</a>";
diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc
index 6e8c5d124a9f7ea5d1e4c2bf7ff10fa745bca029..eecf3d17ce3dc1e6cdc2a2a0a48e75f570d59b8d 100644 (file)
$sambaimg = "<img src='images/select_winstation.png' alt='S' title='"._("Samba") ."'>";
// Space
- $empty = "<img src='images/nothing.png' style='width:16px;height:16px;' alt=''>";
+ $empty = "<img src='images/empty.png' style='width:16px;height:16px;' alt=''>";
// User and Template Images
$userimg = "<img src='images/select_user.png' alt='User' title='%s'>";