From 0985eccc1c68ba0e76b81b1e9c36ffb54dd227e1 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 15 Apr 2008 09:47:37 +0000 Subject: [PATCH] Moved folder image git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10453 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/images/edit.png | Bin 946 -> 0 bytes gosa-core/include/class_acl.inc | 4 ++-- gosa-core/plugins/admin/acl/class_aclRole.inc | 4 ++-- gosa-core/plugins/admin/acl/class_divListACL.inc | 4 ++-- .../admin/departments/class_divListDepartment.inc | 2 +- .../plugins/admin/groups/class_divListGroup.inc | 4 ++-- .../plugins/admin/ogroups/class_divListOGroup.inc | 4 ++-- .../plugins/admin/users/class_divListUsers.inc | 4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 gosa-core/html/images/edit.png diff --git a/gosa-core/html/images/edit.png b/gosa-core/html/images/edit.png deleted file mode 100644 index a8b69f73fe3ed52ad616c4fbc6fca2679a9e8c1d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 946 zcmV;j15NyiP)!SI-Y;XMNwpXV^<{*aN^_Vx3-ct!@s`>bqi46H0{3;+Ry)quaBJ~J?XSj52m z8_4<2#PIAXBg0pVFh+JBcH2kypF44Kam~GP<{HE8o0k~?0tl-C3?KJ1F#oy8!0>~O z;s49O3@@au7-U_78NS`V&T#4b=bvxiykyw3V+~N@9|nK`V#22X|HH`)th}5I3|}}H z-hbp{_@d#*AS5Hjz|8QMfrW*Y;mV~eKvn;Mn2iA-fG}L}_r(bYW{z7x&A^!b#K7>5 zM~y+yA(Vmh|4#-!9$tnc2M;mayK^3>l9deH=U0|9du%fr$es{1a&N2Ofs^ zGM)^AQql}8zy!d^%*gQO^-E5WZXgx`Vs3x{Vu3~JPf*mnxX8f5{*Zz3k06l4&hY9x zJA-IYEW@ua9~gfB`pNL=<0l3tMkZjIVT8Gy7a)M(Uib&{(%&CIhBN~M2QR~y=T8~l z2wO97{9|VL`T7k|BO}8A2nZd^1@wcFmECVAWI1(5D0*HkP2*F7gh&7GP8B`2R8JGoxfHwbT z_$|Q8z{<`B^!tAXHa2DkW@Z)!E-p@{@TgdZTeog9+`n_30U&@_?%sL$VbzK?JRm1B zG6Q1=6j*LX{7Jy;#>&w?K3pF07*qoM6N<$g5Dym0RR91 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 */ -- 2.30.2