Code

Updated ACL category
[gosa.git] / gosa-plugins / sudo / admin / sudo / class_divListSudo.inc
index b1e21f4f78cdd0a5662cc8d0e70fe98baa3c3b56..a47b6f629424b478c16676c93df01b82732ac081 100644 (file)
@@ -108,8 +108,8 @@ class divListSudo extends MultiSelectWindow
 
     /* Append create options */
     if(preg_match("/c/",$acl)) {
-      $s.= "...|<input class='center' type='image' src='images/list_new_sudo.png' alt=''>&nbsp;"._("Role")."|new_role|\n";
-      $s.= "...|<input class='center' type='image' src='images/list_new_sudo.png' alt=''>&nbsp;"._("Default")."|new_default|\n";
+      $s.= "...|<input class='center' type='image' src='plugins/sudo/images/list_new_sudo.png' alt=''>&nbsp;"._("Role")."|new_role|\n";
+      $s.= "...|<input class='center' type='image' src='plugins/sudo/images/list_new_sudo.png' alt=''>&nbsp;"._("Default")."|new_default|\n";
     }
 
     /* Append multiple remove */
@@ -146,7 +146,7 @@ class divListSudo extends MultiSelectWindow
   {
     /* Prepare links */
     $editlink = "<a href='?plug=".$_GET['plug']."&amp;id=%s&amp;act=edit_entry'>%s</a>";
-    $userimg  = "<img class='center' src='images/select_sudo.png' alt='Sudo' title='%s'>";
+    $userimg  = "<img class='center' src='plugins/sudo/images/select_sudo.png' alt='Sudo' title='%s'>";
     $ui       = get_userinfo();
 
     $action_col_size = 54;
@@ -218,7 +218,7 @@ class divListSudo extends MultiSelectWindow
     /* Create summary string for list footer */
     $num     = count($list);
     $num_str  = _("Number of listed roles");
-    $str = "<img class='center' src='images/select_sudo.png'
+    $str = "<img class='center' src='plugins/sudo/images/select_sudo.png'
               title='".$num_str."' alt='".$num_str."'>&nbsp;".$num."&nbsp;";
     $this->set_List_Bottom_Info($str);
   }