Code

Moved folder images
[gosa.git] / gosa-plugins / goto / admin / applications / class_divListApplication.inc
index d5271b117155380b958b4943053b44efc713e44b..19a96e3df7d5d14662a566c10f61dfc026302a05 100644 (file)
@@ -171,7 +171,7 @@ class divListApplication extends MultiSelectWindow
         $img = "<img border='0' class='center' src='images/lists/paste.png' alt=''>";
         $s.="..|".$img."&nbsp;"._("Paste")."|editPaste|\n";
       }else{
-        $img = "<img border='0' class='center' src='images/cant_lists/paste.png' alt=''>";
+        $img = "<img border='0' class='center' src='images/lists/paste.png' alt=''>";
         $s.="..|".$img."&nbsp;"._("Paste")."\n";
       }
     }
@@ -297,7 +297,7 @@ class divListApplication extends MultiSelectWindow
   
     $str = "<img class='center' src='images/select_application.png' 
               title='".$num_app_str."' alt='".$num_app_str."'>&nbsp;".$num_apps."&nbsp;&nbsp;&nbsp;&nbsp;";
-    $str.= "<img class='center' src='images/folder.png' 
+    $str.= "<img class='center' src='images/lists/folder.png' 
               title='".$num_dep_str."' alt='".$num_dep_str."'>&nbsp;".$num_deps."&nbsp;&nbsp;&nbsp;&nbsp;";
 
     $this->set_List_Bottom_Info($str);