Code

Added gray out to navigation icons in divlist
[gosa.git] / plugins / admin / fai / class_divListFai.inc
index d0493cdabc0a849d9ee61c5d40abdf8ccc40544b..b95c43bf6f355f318cbdd5b08721e65fe5b0a47d 100644 (file)
@@ -126,20 +126,8 @@ class divListFai extends MultiSelectWindow
     /* Get complete fai acls, to be able to check if we must show or hide the snapshot abilities */ 
     $acl_all = $ui->has_complete_category_acls($this->selectedBase,$this->module);
 
-     /* Create listhead, it will be shown on top of the divlist.
-     * It provides general navigation and object creation
-     */
-    $listhead =
-      "<div style='background:#F0F0F9;padding:5px;'>&nbsp;".
-      "<input class='center' type='image' src='images/list_root.png' align='middle'
-      title='"._("Go to root department")."' name='dep_root' alt='".      _("Root")."'>&nbsp;".
-      "<input class='center' type='image' src='images/list_up.png' align='middle'
-      title='"._("Go up one department")."' name='dep_back' alt='"._("Up"). "'>&nbsp;".
-      "<input class='center' type='image' src='images/list_home.png' align='middle'
-      title='"._("Go to users home department")."' name='dep_home' alt='"._("Home")."'>&nbsp;".
-      " <input class='center' type='image' src='images/list_reload.png' align='middle' title='"._("Reload list")."' name='submit_department' alt='".
-_("Submit")."'>&nbsp;".
-      "<img class='center' src=\"images/list_seperator.png\" alt=\"\" align=\"middle\" height=\"16\" width=\"1\">&nbsp;";
+    /* Add default header */
+    $listhead = MultiSelectWindow::get_default_header();
 
     $acl = $ui->get_permissions($this->selectedBase,"fai/faiProfile");
     if(preg_match("/c/",$acl)){