From: cajus Date: Tue, 15 Apr 2008 09:47:37 +0000 (+0000) Subject: Moved folder image X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0985eccc1c68ba0e76b81b1e9c36ffb54dd227e1;p=gosa.git Moved folder image git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10453 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/images/edit.png b/gosa-core/html/images/edit.png deleted file mode 100644 index a8b69f73f..000000000 Binary files a/gosa-core/html/images/edit.png and /dev/null differ diff --git a/gosa-core/include/class_acl.inc b/gosa-core/include/class_acl.inc index f8b36d20f..6f88cec17 100644 --- a/gosa-core/include/class_acl.inc +++ b/gosa-core/include/class_acl.inc @@ -426,7 +426,7 @@ class acl extends plugin $field2= array("string" => $this->assembleAclSummary($entry)); $action= ""; $action.= ""; - $action.= ""; + $action.= ""; $action.= ""; $field3= array("string" => $action, "attach" => "style='border-right:0px;width:50px;text-align:right;'"); @@ -469,7 +469,7 @@ class acl extends plugin $field1= array("string" => $dsc, "attach" => "style='width:100px'"); $field2= array("string" => $summary); - $action= ""; + $action= ""; $action.= ""; $field3= array("string" => $action, "attach" => "style='border-right:0px;width:50px'"); $aclList->AddEntry(array($field1, $field2, $field3)); diff --git a/gosa-core/plugins/admin/acl/class_aclRole.inc b/gosa-core/plugins/admin/acl/class_aclRole.inc index e9831c136..03a843fc2 100644 --- a/gosa-core/plugins/admin/acl/class_aclRole.inc +++ b/gosa-core/plugins/admin/acl/class_aclRole.inc @@ -357,7 +357,7 @@ class aclrole extends acl $field2= array("string" => $this->assembleAclSummary($entry)); $action= ""; $action.= ""; - $action.= ""; + $action.= ""; $action.= ""; $field3= array("string" => $action, "attach" => "style='border-right:0px;width:50px;text-align:right;'"); @@ -402,7 +402,7 @@ class aclrole extends acl $field1= array("string" => $dsc, "attach" => "style='width:140px'"); $field2= array("string" => $summary); - $action= ""; + $action= ""; $action.= ""; $field3= array("string" => $action, "attach" => "style='border-right:0px;width:50px'"); $aclList->AddEntry(array($field1, $field2, $field3)); diff --git a/gosa-core/plugins/admin/acl/class_divListACL.inc b/gosa-core/plugins/admin/acl/class_divListACL.inc index ab8bd60da..fad49a5ae 100644 --- a/gosa-core/plugins/admin/acl/class_divListACL.inc +++ b/gosa-core/plugins/admin/acl/class_divListACL.inc @@ -239,7 +239,7 @@ class divListACL extends MultiSelectWindow /* Add actions depending on acls */ if(preg_match("/r/", $acl)){ - $action.= ""; } @@ -261,7 +261,7 @@ class divListACL extends MultiSelectWindow /* Add actions depending on acls */ if(preg_match("/r/", $acl)){ - $action.= ""; } if(preg_match("/d/", $acl)){ diff --git a/gosa-core/plugins/admin/departments/class_divListDepartment.inc b/gosa-core/plugins/admin/departments/class_divListDepartment.inc index 0abfb0d8b..b56e5b3bd 100644 --- a/gosa-core/plugins/admin/departments/class_divListDepartment.inc +++ b/gosa-core/plugins/admin/departments/class_divListDepartment.inc @@ -181,7 +181,7 @@ class divListDepartment extends MultiSelectWindow $acl = $ui->get_permissions($this->config->departments[$key] ,"department/department"); if(preg_match("/r/",$acl)){ - $actions.= ""; } diff --git a/gosa-core/plugins/admin/groups/class_divListGroup.inc b/gosa-core/plugins/admin/groups/class_divListGroup.inc index aec943a89..0e40cd438 100644 --- a/gosa-core/plugins/admin/groups/class_divListGroup.inc +++ b/gosa-core/plugins/admin/groups/class_divListGroup.inc @@ -191,7 +191,7 @@ class divListGroup extends MultiSelectWindow /* Multiple options */ $s.= "..|---|\n"; - $s.= "..|". + $s.= "..|". " "._("Edit")."|"."multiple_edit|\n"; $s.= "..|". " "._("Remove")."|"."remove_multiple|\n"; @@ -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)){ diff --git a/gosa-core/plugins/admin/ogroups/class_divListOGroup.inc b/gosa-core/plugins/admin/ogroups/class_divListOGroup.inc index db7bae3f1..3201b5c6c 100644 --- a/gosa-core/plugins/admin/ogroups/class_divListOGroup.inc +++ b/gosa-core/plugins/admin/ogroups/class_divListOGroup.inc @@ -208,7 +208,7 @@ class divListOGroup extends MultiSelectWindow /* Multiple options */ $s.= "..|---|\n"; -# $s.= "..|". +# $s.= "..|". # " "._("Edit")."|"."multiple_edit|\n"; $s.= "..|". @@ -291,7 +291,7 @@ class divListOGroup extends MultiSelectWindow } $actions.= ""; + 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']); diff --git a/gosa-core/plugins/admin/users/class_divListUsers.inc b/gosa-core/plugins/admin/users/class_divListUsers.inc index ad94f6eb1..15401fbeb 100644 --- a/gosa-core/plugins/admin/users/class_divListUsers.inc +++ b/gosa-core/plugins/admin/users/class_divListUsers.inc @@ -179,7 +179,7 @@ class divListUsers extends MultiSelectWindow /* Multiple options */ $s.= "..|---|\n"; - $s.= "..|". + $s.= "..|". " "._("Edit")."|"."multiple_edit|\n"; $s.= "..|". " "._("Change password")."|"."multiple_password_change|\n"; @@ -327,7 +327,7 @@ class divListUsers extends MultiSelectWindow } /* Generate edit icon */ - $action.= ""; /* Add deactivate status if we are allowed to */