Code

Updated remaining attributes
[gosa.git] / gosa-plugins / sudo / admin / sudo / class_target_list_systems.inc
index ea240fefd9fefe1282e019d0f9a1745db3049aed..64a676a481340f95b471d17393cfe95e642ed535 100644 (file)
@@ -26,9 +26,6 @@ class target_list_systems extends MultiSelectWindow
   protected $list         =array();
   private $Targets_used =array();
 
-  /* Current base */
-  private $departments       = array();
-
   /* Regex */
   protected $Regex           = "*";
 
@@ -51,8 +48,8 @@ class target_list_systems extends MultiSelectWindow
     $this->Targets_used = $Targets_used;
     
     $this->SetInformation(  _("Select the target objects for your scheduled action."));
-    $this->SetTitle(        _("Available targets"));
-    $this->SetSummary(      _("Available targets"));
+    $this->SetTitle(        _("Available systems"));
+    $this->SetSummary(      _("Available systems"));
     $this->SetHeadpageMode(FALSE);
     
     /* set Page header */
@@ -164,7 +161,6 @@ class target_list_systems extends MultiSelectWindow
       /* Add Copy & Paste buttons if copy&paste is enabled
      */
     // Defining Links
-    $linkopen = "<a href='?plug=".$_GET['plug']."&amp;act=dep_open&amp;dep_id=%s'>%s</a>";
     $editlink = "<a href='?plug=".$_GET['plug']."&amp;id=%s&amp;act=edit_entry'>%s</a>";
 
     $ui = get_userinfo();
@@ -184,11 +180,11 @@ class target_list_systems extends MultiSelectWindow
 
       $img ="?";
       if(in_array("goServer",$val['objectClass'])){
-        $img = "<img src='images/select_server.png' alt='"._("Server")."' ".$title.">";
+        $img = "<img src='plugins/systems/images/select_server.png' alt='"._("Server")."' ".$title.">";
       }elseif(in_array("gotoWorkstation",$val['objectClass'])){
-        $img = "<img src='images/select_workstation.png' alt='"._("Workstation")."' ".$title.">";
+        $img = "<img src='plugins/systems/images/select_workstation.png' alt='"._("Workstation")."' ".$title.">";
       }elseif(in_array("gotoTerminal",$val['objectClass'])){
-        $img = "<img src='images/select_terminal.png' alt='"._("Terminal")."' ".$title.">";
+        $img = "<img src='plugins/systems/images/select_terminal.png' alt='"._("Terminal")."' ".$title.">";
       }
 
       /* Create each field */