Code

Moved images around. Finished ogroups.
[gosa.git] / gosa-core / plugins / admin / ogroups / class_divListOGroup.inc
index 260bf3d6de00856708371ee5c0579808e5032b97..230134a81899619c45ef3e6e4e10dcb8b3226d07 100644 (file)
@@ -85,27 +85,27 @@ class divListOGroup extends MultiSelectWindow
     $this->AddHeader(array("string" => _("Actions"), "attach" => "style='width:".$action_col_size."px;border-right:0px;text-align:right;'"));
 
     /*                  Text        ,Value    ,Name         ,Is selected */
-    $str2 = _("Show groups with '%s'");
-    $this->AddCheckBox("UserGroups" ,       sprintf($str2,  _("users")), 
-                                            sprintf($str2,  _("users")), true);
-    $this->AddCheckBox("GroupGroups" ,      sprintf($str2,  _("groups")),
-                                            sprintf($str2,  _("groups")), true);
-    $this->AddCheckBox("ApplicationGroups", sprintf($str2,  _("applications")),
-                                            sprintf($str2,  _("applications")), true);
-    $this->AddCheckBox("DepartmentGroups" , sprintf($str2,  _("departments")),
-                                            sprintf($str2,  _("departments")), true);
-    $this->AddCheckBox("ServerGroups" ,     sprintf($str2,  _("server")),
-                                            sprintf($str2,  _("server")), true);
-    $this->AddCheckBox("WorkstationGroups", sprintf($str2,  _("workstations")),
-                                            sprintf($str2,  _("workstations")), true);
-    $this->AddCheckBox("WindowsGroups",     sprintf($str2,  _("windows workstations")),
-                                            sprintf($str2,  _("windows workstations")), true);
-    $this->AddCheckBox("TerminalGroups" ,   sprintf($str2,  _("terminals")),
-                                            sprintf($str2,  _("terminals")), true);
-    $this->AddCheckBox("PrinterGroups" ,    sprintf($str2,  _("printers")),
-                                            sprintf($str2,  _("printers")), true);
-    $this->AddCheckBox("PhoneGroups" ,      sprintf($str2,  _("phones")),
-                                            sprintf($str2,  _("phones")), true);
+    $str2 = _("Show %s");
+    $this->AddCheckBox("UserGroups" ,       sprintf($str2,  _("user groups")), 
+                                            sprintf($str2,  _("user groups")), true);
+    $this->AddCheckBox("GroupGroups" ,      sprintf($str2,  _("nested groups")),
+                                            sprintf($str2,  _("nested groups")), true);
+    $this->AddCheckBox("ApplicationGroups", sprintf($str2,  _("application groups")),
+                                            sprintf($str2,  _("application groups")), true);
+    $this->AddCheckBox("DepartmentGroups" , sprintf($str2,  _("department groups")),
+                                            sprintf($str2,  _("department groups")), true);
+    $this->AddCheckBox("ServerGroups" ,     sprintf($str2,  _("server groups")),
+                                            sprintf($str2,  _("server groups")), true);
+    $this->AddCheckBox("WorkstationGroups", sprintf($str2,  _("workstation groups")),
+                                            sprintf($str2,  _("workstation groups")), true);
+    $this->AddCheckBox("WindowsGroups",     sprintf($str2,  _("windows workstation groups")),
+                                            sprintf($str2,  _("windows workstation groups")), true);
+    $this->AddCheckBox("TerminalGroups" ,   sprintf($str2,  _("terminal groups")),
+                                            sprintf($str2,  _("terminal groups")), true);
+    $this->AddCheckBox("PrinterGroups" ,    sprintf($str2,  _("printer groups")),
+                                            sprintf($str2,  _("printer groups")), true);
+    $this->AddCheckBox("PhoneGroups" ,      sprintf($str2,  _("phone groups")),
+                                            sprintf($str2,  _("phone groups")), true);
 
     /* Add SubSearch checkbox */    
     $this->AddCheckBox(SEPERATOR);
@@ -191,27 +191,27 @@ class divListOGroup extends MultiSelectWindow
   
     /* Add department selector */
     $listhead .= _("Base")."&nbsp;<select name='CurrentMainBase' onChange='mainform.submit()' class='center'>$options</select>".
-      " <input class='center' type='image' src='images/list_submit.png' align='middle' 
+      " <input class='center' type='image' src='images/lists/submit.png' align='middle' 
       title='"._("Submit department")."' name='submit_department' alt='"._("Submit")."'>&nbsp;";
 
 
     /* Create Layers menu */
     $s  = ".|"._("Actions")."|\n";
-    $s .= "..|<img src='images/list_new.png' alt='' border='0' class='center'>".
+    $s .= "..|<img src='images/lists/new.png' alt='' border='0' class='center'>".
       "&nbsp;"._("Create")."|\n";
 
     /* Append create options */
     if(preg_match("/c/",$acls)) {
-      $s.= "...|<input class='center' type='image' src='images/list_new_ogroup.png' alt=''>".
+      $s.= "...|<input class='center' type='image' src='plugins/ogroups/images/new.png' alt=''>".
         "&nbsp;"._("Object group")."|group_new|\n";
     }
 
     /* Multiple options */
     $s.= "..|---|\n";
-#    $s.= "..|<img src='images/edit.png' alt='' border='0' class='center'>".
+#    $s.= "..|<img src='images/lists/edit.png' alt='' border='0' class='center'>".
 #      "&nbsp;"._("Edit")."|"."multiple_edit|\n";
 
-    $s.= "..|<img src='images/edittrash.png' alt='' border='0' class='center'>".
+    $s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'>".
       "&nbsp;"._("Remove")."|"."remove_multiple_ogroups/|\n";
 
     /* Add event tag */
@@ -228,16 +228,16 @@ class divListOGroup extends MultiSelectWindow
     /* Add multiple copy & cut icons */
     if(is_object($this->parent->CopyPasteHandler) && preg_match("/(c.*w|w.*c)/",$acl_all)){
       $s.= "..|---|\n";
-      $s.= "..|<img src='images/editcopy.png' alt='' border='0' class='center'>".
+      $s.= "..|<img src='images/lists/copy.png' alt='' border='0' class='center'>".
         "&nbsp;"._("Copy")."|"."multiple_copy_systems|\n";
-      $s.= "..|<img src='images/editcut.png' alt='' border='0' class='center'>".
+      $s.= "..|<img src='images/lists/cut.png' alt='' border='0' class='center'>".
         "&nbsp;"._("Cut")."|"."multiple_cut_systems|\n";
 
       if($this->parent->CopyPasteHandler->entries_queued()){
-        $img = "<img border='0' class='center' src='images/editpaste.png' alt=''>";
+        $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_editpaste.png' alt=''>";
+        $img = "<img border='0' class='center' src='images/lists/paste.png' alt=''>";
         $s.="..|".$img."&nbsp;"._("Paste")."\n";
       }
     }
@@ -265,8 +265,8 @@ class divListOGroup extends MultiSelectWindow
     // 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>";
-    $userimg  = "<img class='center' src='images/select_groups.png' alt='User'    title='%s'>";
-    $mailimg  = "<img class='center' src='images/mailto.png'             alt='M'  title='"._("Mail")   ."'>";
+    $userimg  = "<img class='center' src='plugins/groups/images/groups.png' alt='User'    title='%s'>";
+    $mailimg  = "<img class='center' src='plugins/ogroups/images/mail.png'             alt='M'  title='"._("Mail")   ."'>";
     $empty    = "<img class='center' src='images/empty.png' style='width:16px;height:16px;' alt=''>";
 
     /* Dynamic action col, depending on snapshot icons */
@@ -285,13 +285,13 @@ class divListOGroup extends MultiSelectWindow
       $acl_all= $ui->has_complete_category_acls($val['dn'],"ogroups");
       if(($this->parent->CopyPasteHandler) && preg_match("/(c.*w|w.*c)/",$acl_all)){
         $actions.= "<input class='center' type='image'
-          src='images/editcut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'>&nbsp;";
+          src='images/lists/cut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'>&nbsp;";
         $actions.= "<input class='center' type='image'
-          src='images/editcopy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'>&nbsp;";
+          src='images/lists/copy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'>&nbsp;";
       }
 
       $actions.= "<input class='center' type='image'
-        src='images/edit.png' alt='"._("edit")."' name='group_edit_%KEY%' title='"._("Edit this entry")."'>";
+        src='images/lists/edit.png' alt='"._("edit")."' name='group_edit_%KEY%' title='"._("Edit this entry")."'>";
     
       if(preg_match("/(c.*w|w.*c)/", $acl_all)){
         $actions.= $this->GetSnapShotActions($val['dn']);
@@ -299,7 +299,7 @@ class divListOGroup extends MultiSelectWindow
 
       if(preg_match("/d/",$ui->get_permissions($val['dn'],"ogroups/ogroup"))) {
         $actions.= "<input class='center' type='image'
-          src='images/edittrash.png' alt='"._("delete")."' name='group_del_%KEY%' title='"._("Delete this entry")."'>";
+          src='images/lists/trash.png' alt='"._("delete")."' name='group_del_%KEY%' title='"._("Delete this entry")."'>";
       }else{
         $actions.= "<img class='center' src='images/empty.png' alt='&nbsp;'
           title='".msgPool::permDelete()."'>";
@@ -332,7 +332,7 @@ class divListOGroup extends MultiSelectWindow
       /* Create each field */
       $field0 = array("string" => "<input type='checkbox' id='item_selected_".$key."' name='item_selected_".$key."'>" ,
                       "attach" => "style='width:20px;'");
-      $field1 = array("string" => "<img src='images/list_ogroup.png' alt='"._("Object group")."' ".$title.">", "attach" => "style='text-align:center;width: 20px;'");
+      $field1 = array("string" => "<img src='plugins/ogroups/images/ogroup.png' alt='"._("Object group")."' ".$title.">", "attach" => "style='text-align:center;width: 20px;'");
       $field2 = array("string" => sprintf($editlink,$key,$display), "attach" => "style='' ".$title);
       $field3 = array("string" => preg_replace("/%KEY/", $key, $this->parent->convert_list($val))."&nbsp;".$mail, "attach" => "style='width:136px;'");
       $field4 = array("string" => preg_replace("/%KEY%/", $key, $actions), "attach" => "style='width:".$action_col_size."px;border-right:0px;text-align:right;'");
@@ -351,9 +351,9 @@ class divListOGroup extends MultiSelectWindow
     $num_obj_str = _("Number of listed object groups");
     $num_dep_str = _("Number of listed departments");
 
-    $str = "<img class='center' src='images/select_ogroup.png'
+    $str = "<img class='center' src='plugins/ogroups/images/ogroup.png'
               title='".$num_obj_str."' alt='".$num_obj_str."'>&nbsp;".$num_objs."&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);