Code

* Moved tree icon
[gosa.git] / gosa-plugins / sudo / admin / sudo / class_divListSudo.inc
index 3b79096c63f509463985052411dfeb6564434f8e..6ec0abeca26937010e6cfa9e345859ca18d21c56 100644 (file)
@@ -87,7 +87,7 @@ class divListSudo extends MultiSelectWindow
     $this->AddRegex   ("Regex"    , _("Regular expression for matching role names")       , 
       "*" , true);
     $this->AddRegex   ("UserRegex", _("Regular expression for matching role member names"),
-      "*" , FALSE,"images/search_user.png");
+      "*" , FALSE,"images/lists/search-user.png");
   }
 
 
@@ -106,7 +106,7 @@ class divListSudo extends MultiSelectWindow
     
     /* Create Layers menu */
     $s  = ".|"._("Actions")."|\n";
-    $s .= "..|<img src='images/list_new.png' alt='' border='0' class='center'>".
+    $s .= "..|<img src='images/lists/new.png' alt='' border='0' class='center'>".
       "&nbsp;"._("Create")."|\n";
 
     /* Append create options */
@@ -198,7 +198,7 @@ class divListSudo extends MultiSelectWindow
 
 
       $actions.= "<input class='center' type='image'
-        src='images/edit.png' alt='".msgPool::editButton()."' name='sudo_edit_%KEY%' title='"._("Edit this entry")."'>";
+        src='images/lists/edit.png' alt='".msgPool::editButton()."' name='sudo_edit_%KEY%' title='"._("Edit this entry")."'>";
 
       if(preg_match("/(c.*w|w.*c)/",$acl)){
         $actions.= $this->GetSnapShotActions($val['dn']);