Code

changed picture 'nothing.png' to 'empty.png', because 'nothing.png' was not present
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 28 Jul 2005 07:19:39 +0000 (07:19 +0000)
committerhickert <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

plugins/admin/applications/class_applicationManagement.inc
plugins/admin/groups/class_groupManagement.inc
plugins/admin/ogroups/class_ogroupManagement.inc
plugins/admin/systems/class_systemManagement.inc
plugins/admin/users/class_userManagement.inc

index e52646bd9ed7524b9af7ee8864234dafdfe202ff..018dd1bf1671878e341fb49e09c00c0f5ae98fa1 100644 (file)
@@ -355,7 +355,7 @@ class applicationManagement extends plugin
         $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();
index 680d36a3c7cd358d50dea0056c3977c8dcaaa699..db439b5702aba1f490849bc13f5e2f5690fbc58f 100644 (file)
@@ -385,7 +385,7 @@ class groupManagement extends plugin
     $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();
index 17d0c10047e106347e3db7c7db2062d523994d9d..73fcc95528b4bfb59613fb3a3f6a91305814dea4 100644 (file)
@@ -391,7 +391,7 @@ name='dep_root' alt='"._("Root")."'>&nbsp;".
     $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();
index e553b92065aa615220ecb6208b40457432cb26ec..723c26c100009ccaeb70d740378e4d98e1ad2abd 100644 (file)
@@ -568,7 +568,7 @@ class systems extends plugin
     }
 
     // Space
-    $empty    ="";//= "<img src='images/nothing.png' style='width:16px;height:16px;' alt=''>";
+    $empty    ="&nbsp;";
 
     // User and Template  Images
     $editlink = "<a href='?plug=".$_GET['plug']."&amp;id=%s&amp;act=edit_entry'>%s</a>";
index 6e8c5d124a9f7ea5d1e4c2bf7ff10fa745bca029..eecf3d17ce3dc1e6cdc2a2a0a48e75f570d59b8d 100644 (file)
@@ -671,7 +671,7 @@ class userManagement extends plugin
     $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'>";