Code

list base image migration for gosa-plugins
[gosa.git] / gosa-plugins / dfs / addons / godfs / class_dfsManagment.inc
index 364b8a22b4e6311ac471401e3a7243e38b0e586e..a73d1749fc239fb31723ca3c9ef2528f99c2f403 100644 (file)
@@ -5,7 +5,7 @@
     from LDAP to local variables and prepare the save to ldap routine for you. */
 class dfsManagment extends plugin {
   /* Definitions */
-  var $plHeadline = "DFS Managment";
+  var $plHeadline = "DFS Management";
   var $plDescription = "This does something";
    
   /* These contain attributes to be loaded. We're not doing an LDAP plugin currently, so we don't
@@ -208,8 +208,8 @@ class dfsManagment extends plugin {
       }
   
       $listhead = "<div style='background:#F0F0F9;padding:5px;'>".
-         " <input type='image' class='center' src='images/list_up.png' align='middle' title='"._("Go up one dfsshare")."' name='dfs_back' alt='"._("Up")."'>&nbsp;".
-         " <input type='image' class='center' src='images/list_root.png' align='middle' title='"._("Go to dfs root")."' name='dfs_root' alt='"._("Root")."'>&nbsp;".
+         " <input type='image' class='center' src='images/lists/up.png' align='middle' title='"._("Go up one dfsshare")."' name='dfs_back' alt='"._("Up")."'>&nbsp;".
+         " <input type='image' class='center' src='images/lists/root.png' align='middle' title='"._("Go to dfs root")."' name='dfs_root' alt='"._("Root")."'>&nbsp;".
          " <input class='center' type='image' src='images/dtree.png' align='middle' alt='"._("Create new dfsshare")."' name='dfs_new'>&nbsp;".
          " <img class='center' src='images/list_seperator.png' align='middle' alt='' height='16' width='1'>&nbsp;".
          _("Base")."&nbsp;<select name='depselect' onChange='mainform.submit()' class='center'>$options</select>".