X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fplugins%2Fadmin%2Fgroups%2Fclass_divListGroup.inc;h=4c4fa2c906ae27bc849a9e3d7566a8a3c0aa72a3;hb=8643c90e256421271e1e1fbb1b40301a80b214cf;hp=7122fa21204513ae50932e1ecb13804243d7726a;hpb=cb72d09b8cefe3438d2e4bec8d03ac3caa1d39c8;p=gosa.git diff --git a/gosa-core/plugins/admin/groups/class_divListGroup.inc b/gosa-core/plugins/admin/groups/class_divListGroup.inc index 7122fa212..4c4fa2c90 100644 --- a/gosa-core/plugins/admin/groups/class_divListGroup.inc +++ b/gosa-core/plugins/admin/groups/class_divListGroup.inc @@ -98,7 +98,7 @@ class divListGroup extends MultiSelectWindow /* Name ,Text ,Default , Connect with alphabet */ $this->AddRegex ("Regex", _("Regular expression for matching group names"), "*" , true); - $this->AddRegex ("UserRegex", _("User name of which groups are shown"), "*" , false, "images/search_user.png"); + $this->AddRegex ("UserRegex", _("User name of which groups are shown"), "*" , false, "images/lists/search-user.png"); } @@ -173,25 +173,25 @@ class divListGroup extends MultiSelectWindow /* Add department selection */ $listhead .= _("Base")." ". - "  "; /* Create Layers menu */ $s = ".|"._("Actions")."|\n"; - $s .= "..|". + $s .= "..|". " "._("Create")."|\n"; /* Append create options */ if(preg_match("/c/",$acl_all)) { - $s.= "...|". + $s.= "...|". " "._("Group")."|group_new|\n"; } /* Multiple options */ $s.= "..|---|\n"; - $s.= "..|". + $s.= "..|". " "._("Edit")."|"."multiple_edit|\n"; $s.= "..|". " "._("Remove")."|"."remove_multiple|\n"; @@ -248,7 +248,7 @@ class divListGroup extends MultiSelectWindow // image Buttons $editlink = "%s"; - $userimg = "User"; + $userimg = "User"; /* Dynamic action col, depending on snapshot icons */ $action_col_size = 80; @@ -257,17 +257,17 @@ class divListGroup extends MultiSelectWindow } /* Assign extension images */ - $posiximg = ""; - $mailimg = ""; - $sambaimg = ""; - $applimg = ""; - $phoneimg = ""; - $envimg = ""; // Space @@ -295,7 +295,7 @@ class divListGroup extends MultiSelectWindow /* Add edit icon */ $actions.= ""; + src='images/lists/edit.png' alt='"._("edit")."' name='group_edit_%KEY%' title='"._("Edit this entry")."'>"; /* Add snapshot functionality */ if(preg_match("/(c.*w|w.*c)/", $acl_all)){ @@ -364,9 +364,9 @@ class divListGroup extends MultiSelectWindow $num_grp_str = _("Number of listed groups"); $num_dep_str = _("Number of listed departments"); - $str = "".$num_grp_str." ".$num_grps."    "; - $str.= "".$num_dep_str." ".$num_deps."    "; $this->set_List_Bottom_Info($str);