From: cajus Date: Mon, 14 Apr 2008 11:32:02 +0000 (+0000) Subject: Moved folder icon X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=00cab3c9e2f54f61a54feee620735b1f49213a09;p=gosa.git Moved folder icon git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10414 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/images/folder.png b/gosa-core/html/images/folder.png deleted file mode 100644 index f7e8c351c..000000000 Binary files a/gosa-core/html/images/folder.png and /dev/null differ diff --git a/gosa-core/html/images/folder_gray.png b/gosa-core/html/images/folder_gray.png deleted file mode 100644 index 07d1d42db..000000000 Binary files a/gosa-core/html/images/folder_gray.png and /dev/null differ diff --git a/gosa-core/html/images/lists/folder_gray.png b/gosa-core/html/images/lists/folder_gray.png new file mode 100644 index 000000000..07d1d42db Binary files /dev/null and b/gosa-core/html/images/lists/folder_gray.png differ 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} - +