From 00cab3c9e2f54f61a54feee620735b1f49213a09 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 14 Apr 2008 11:32:02 +0000 Subject: [PATCH] Moved folder icon git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10414 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/images/folder.png | Bin 594 -> 0 bytes gosa-core/html/images/{ => lists}/folder_gray.png | Bin gosa-core/plugins/admin/acl/acl_role.tpl | 2 +- .../admin/departments/class_divListDepartment.inc | 4 ++-- gosa-core/plugins/admin/departments/generic.tpl | 2 +- .../plugins/admin/groups/class_divListGroup.inc | 2 +- gosa-core/plugins/admin/groups/generic.tpl | 2 +- .../plugins/admin/ogroups/class_divListOGroup.inc | 2 +- gosa-core/plugins/admin/ogroups/generic.tpl | 2 +- .../plugins/admin/users/class_divListUsers.inc | 2 +- gosa-core/plugins/personal/generic/generic.tpl | 2 +- .../plugins/personal/generic/multiple_generic.tpl | 2 +- gosa-core/setup/setup_ldap.tpl | 2 +- 13 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 gosa-core/html/images/folder.png rename gosa-core/html/images/{ => lists}/folder_gray.png (100%) diff --git a/gosa-core/html/images/folder.png b/gosa-core/html/images/folder.png deleted file mode 100644 index f7e8c351c4abd2828fe77348c570e0e7a28e3f33..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 594 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`oCO|{#S9GG!XV7ZFl&wkP>?0v z(btiIVPjv-@4(4GzCyA`kS_y6l_~>6Lo)-z&;LOBB?CjL0RzLU1O^7H84L{K`IF+0 zx-l>?p73;W45_%4l+wVoc+&0vlK+ei447{ImprHv@h7HVOPN`YLBJs)C8FT%|Lgbb z|JVQhDemZO=)pHXu7M%R@WkFP_0_Ab4nL0%5M1%p!2HF>dua(L_Wt;9uk6t?k@1bs zia$S3{_0_1JaXv6ck#o|@6S;C|DQeN$dLm9!7rE}8aw>paVTU{$maSf7l_I5gKw+RA$l|9+0T~i>C5`=f=z*<0byeJEdQXOtzJH@$iRl z))!dq_ci;fvi@Ow#mJ$sq5R6;<^StTUW#W0DF2q4BY43{_{86T7V`xa8YKSz|9{?r dlYzs4;c&;L0IMC7Vu10_;OXk;vd$@?2>@+)__hE5 diff --git a/gosa-core/html/images/folder_gray.png b/gosa-core/html/images/lists/folder_gray.png similarity index 100% rename from gosa-core/html/images/folder_gray.png rename to gosa-core/html/images/lists/folder_gray.png diff --git a/gosa-core/plugins/admin/acl/acl_role.tpl b/gosa-core/plugins/admin/acl/acl_role.tpl index 7d64d2634..034a556d4 100644 --- a/gosa-core/plugins/admin/acl/acl_role.tpl +++ b/gosa-core/plugins/admin/acl/acl_role.tpl @@ -34,7 +34,7 @@ {/render} {render acl=$baseACL disable_picture='images/folder_gray.png'} - + {/render} diff --git a/gosa-core/plugins/admin/departments/class_divListDepartment.inc b/gosa-core/plugins/admin/departments/class_divListDepartment.inc index dde837056..0abfb0d8b 100644 --- a/gosa-core/plugins/admin/departments/class_divListDepartment.inc +++ b/gosa-core/plugins/admin/departments/class_divListDepartment.inc @@ -216,7 +216,7 @@ class divListDepartment extends MultiSelectWindow "attach" => "style='width:20px;'"); } - $field0 = array("string" => "department", "attach" => "style='text-align:center;width:20px;'"); + $field0 = array("string" => "department", "attach" => "style='text-align:center;width:20px;'"); $field1 = array("string" => sprintf($linkopen,base64_encode($key),$val), "attach" => "style='' title='".$title."'"); $field2 = array("string" => preg_replace("/%KEY%/", base64_encode($key), $actions), "attach" => "style='width:60px;border-right:0px;text-align: right;'"); @@ -227,7 +227,7 @@ class divListDepartment extends MultiSelectWindow /* Create summary string for list footer */ $num_deps=count($list); $num_dep_str = _("Number of listed departments"); - $str = "".$num_dep_str." ".$num_deps."    "; $this->set_List_Bottom_Info($str); diff --git a/gosa-core/plugins/admin/departments/generic.tpl b/gosa-core/plugins/admin/departments/generic.tpl index 3bf8877ba..ad7913546 100644 --- a/gosa-core/plugins/admin/departments/generic.tpl +++ b/gosa-core/plugins/admin/departments/generic.tpl @@ -42,7 +42,7 @@ {/render} {render acl=$baseACL disable_picture='images/folder_gray.png'} - + {/render} diff --git a/gosa-core/plugins/admin/groups/class_divListGroup.inc b/gosa-core/plugins/admin/groups/class_divListGroup.inc index e70e4ae0c..aec943a89 100644 --- a/gosa-core/plugins/admin/groups/class_divListGroup.inc +++ b/gosa-core/plugins/admin/groups/class_divListGroup.inc @@ -366,7 +366,7 @@ class divListGroup extends MultiSelectWindow $str = "".$num_grp_str." ".$num_grps."    "; - $str.= "".$num_dep_str." ".$num_deps."    "; $this->set_List_Bottom_Info($str); diff --git a/gosa-core/plugins/admin/groups/generic.tpl b/gosa-core/plugins/admin/groups/generic.tpl index 2c965ef0f..16f9c0d58 100644 --- a/gosa-core/plugins/admin/groups/generic.tpl +++ b/gosa-core/plugins/admin/groups/generic.tpl @@ -46,7 +46,7 @@ {/render} {render acl=$baseACL disable_picture='images/folder_gray.png'} - + {/render} diff --git a/gosa-core/plugins/admin/ogroups/class_divListOGroup.inc b/gosa-core/plugins/admin/ogroups/class_divListOGroup.inc index d3d4839ba..db7bae3f1 100644 --- a/gosa-core/plugins/admin/ogroups/class_divListOGroup.inc +++ b/gosa-core/plugins/admin/ogroups/class_divListOGroup.inc @@ -353,7 +353,7 @@ class divListOGroup extends MultiSelectWindow $str = "".$num_obj_str." ".$num_objs."    "; - $str.= "".$num_dep_str." ".$num_deps."    "; $this->set_List_Bottom_Info($str); diff --git a/gosa-core/plugins/admin/ogroups/generic.tpl b/gosa-core/plugins/admin/ogroups/generic.tpl index 6c7771834..1099a1c31 100644 --- a/gosa-core/plugins/admin/ogroups/generic.tpl +++ b/gosa-core/plugins/admin/ogroups/generic.tpl @@ -31,7 +31,7 @@ {/render} {render acl=$baseACL disable_picture='images/folder_gray.png'} - + {/render} diff --git a/gosa-core/plugins/admin/users/class_divListUsers.inc b/gosa-core/plugins/admin/users/class_divListUsers.inc index 6d9d983b1..ad94f6eb1 100644 --- a/gosa-core/plugins/admin/users/class_divListUsers.inc +++ b/gosa-core/plugins/admin/users/class_divListUsers.inc @@ -446,7 +446,7 @@ class divListUsers extends MultiSelectWindow $str = "".$num_user_str." ".$num_users."    "; - $str.= "".$num_dep_str." ".$num_deps."    "; $this->set_List_Bottom_Info($str); diff --git a/gosa-core/plugins/personal/generic/generic.tpl b/gosa-core/plugins/personal/generic/generic.tpl index 1127e9441..6b9edb338 100644 --- a/gosa-core/plugins/personal/generic/generic.tpl +++ b/gosa-core/plugins/personal/generic/generic.tpl @@ -177,7 +177,7 @@ {/render} {render acl=$baseACL disable_picture='images/folder_gray.png'} - + {/render} diff --git a/gosa-core/plugins/personal/generic/multiple_generic.tpl b/gosa-core/plugins/personal/generic/multiple_generic.tpl index d6f4f030b..06ed929ac 100644 --- a/gosa-core/plugins/personal/generic/multiple_generic.tpl +++ b/gosa-core/plugins/personal/generic/multiple_generic.tpl @@ -53,7 +53,7 @@ - + diff --git a/gosa-core/setup/setup_ldap.tpl b/gosa-core/setup/setup_ldap.tpl index 69cd1f0dd..8c3788db8 100644 --- a/gosa-core/setup/setup_ldap.tpl +++ b/gosa-core/setup/setup_ldap.tpl @@ -75,7 +75,7 @@
{if $append_base_to_admin_dn},{$base_to_append}{/if} - +
-- 2.30.2