From: cajus Date: Tue, 15 Apr 2008 12:17:16 +0000 (+0000) Subject: Moved sorting button X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dec770ddc66215bbe90269e5754e7d9134ce0d40;p=gosa.git Moved sorting button git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10469 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/images/lists/sort-down.png b/gosa-core/html/images/lists/sort-down.png new file mode 100644 index 000000000..0d99fd7e3 Binary files /dev/null and b/gosa-core/html/images/lists/sort-down.png differ diff --git a/gosa-core/html/images/lists/sort-up.png b/gosa-core/html/images/lists/sort-up.png new file mode 100644 index 000000000..59e98a13c Binary files /dev/null and b/gosa-core/html/images/lists/sort-up.png differ diff --git a/gosa-core/html/images/select_acl.png b/gosa-core/html/images/select_acl.png deleted file mode 100644 index 04a05c1cb..000000000 Binary files a/gosa-core/html/images/select_acl.png and /dev/null differ diff --git a/gosa-core/html/images/select_acl_role.png b/gosa-core/html/images/select_acl_role.png deleted file mode 100644 index 8f69e2b99..000000000 Binary files a/gosa-core/html/images/select_acl_role.png and /dev/null differ diff --git a/gosa-core/html/images/sort_down.png b/gosa-core/html/images/sort_down.png deleted file mode 100644 index 0d99fd7e3..000000000 Binary files a/gosa-core/html/images/sort_down.png and /dev/null differ diff --git a/gosa-core/html/images/sort_up.png b/gosa-core/html/images/sort_up.png deleted file mode 100644 index 59e98a13c..000000000 Binary files a/gosa-core/html/images/sort_up.png and /dev/null differ diff --git a/gosa-core/include/class_acl.inc b/gosa-core/include/class_acl.inc index 6f88cec17..b173f68e9 100644 --- a/gosa-core/include/class_acl.inc +++ b/gosa-core/include/class_acl.inc @@ -424,8 +424,8 @@ class acl extends plugin foreach ($this->gosaAclEntry as $key => $entry){ $field1= array("string" => $this->aclTypes[$entry['type']], "attach" => "style='width:150px'"); $field2= array("string" => $this->assembleAclSummary($entry)); - $action= ""; - $action.= ""; + $action= ""; + $action.= ""; $action.= ""; $action.= ""; diff --git a/gosa-core/plugins/admin/acl/class_aclRole.inc b/gosa-core/plugins/admin/acl/class_aclRole.inc index 03a843fc2..f77c9361f 100644 --- a/gosa-core/plugins/admin/acl/class_aclRole.inc +++ b/gosa-core/plugins/admin/acl/class_aclRole.inc @@ -355,8 +355,8 @@ class aclrole extends acl foreach ($this->gosaAclTemplate as $key => $entry){ $field1= array("string" => $this->aclTypes[$entry['type']], "attach" => "style='width:100px'"); $field2= array("string" => $this->assembleAclSummary($entry)); - $action= ""; - $action.= ""; + $action= ""; + $action.= ""; $action.= ""; $action.= ""; diff --git a/gosa-core/plugins/admin/acl/class_divListACL.inc b/gosa-core/plugins/admin/acl/class_divListACL.inc index fad49a5ae..c688f56be 100644 --- a/gosa-core/plugins/admin/acl/class_divListACL.inc +++ b/gosa-core/plugins/admin/acl/class_divListACL.inc @@ -222,7 +222,7 @@ class divListACL extends MultiSelectWindow /* Role handling */ $editlink = "%s"; - $list_left_icon = ""._("Role").""; + $list_left_icon = ""._("Role").""; $cn = htmlentities(utf8_decode($acl_entry['cn'][0])) ; if(isset($acl_entry['description'][0])){ @@ -256,7 +256,7 @@ class divListACL extends MultiSelectWindow /* Acl handling */ $editlink = "%s"; - $list_left_icon = ""._("ACL").""; + $list_left_icon = ""._("ACL").""; $cn = htmlentities(utf8_decode($acl_entry['dn'])); /* Add actions depending on acls */ diff --git a/gosa-core/plugins/generic/references/class_reference.inc b/gosa-core/plugins/generic/references/class_reference.inc index 13a208744..e2bb1839b 100644 --- a/gosa-core/plugins/generic/references/class_reference.inc +++ b/gosa-core/plugins/generic/references/class_reference.inc @@ -144,7 +144,7 @@ class reference extends plugin if ($addon == ""){ $img= "images/expand.png"; } else { - $img= "images/sort_down.png"; + $img= "images/lists/sort-down.png"; } $this->objectlist.= ' '.$attrs['cn'][0].''.$description.''.$content.' '.$addon;