From dec770ddc66215bbe90269e5754e7d9134ce0d40 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 15 Apr 2008 12:17:16 +0000 Subject: [PATCH] Moved sorting button git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10469 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../images/{sort_down.png => lists/sort-down.png} | Bin .../images/{sort_up.png => lists/sort-up.png} | Bin gosa-core/html/images/select_acl.png | Bin 750 -> 0 bytes gosa-core/html/images/select_acl_role.png | Bin 868 -> 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 ++-- .../generic/references/class_reference.inc | 2 +- 8 files changed, 7 insertions(+), 7 deletions(-) rename gosa-core/html/images/{sort_down.png => lists/sort-down.png} (100%) rename gosa-core/html/images/{sort_up.png => lists/sort-up.png} (100%) delete mode 100644 gosa-core/html/images/select_acl.png delete mode 100644 gosa-core/html/images/select_acl_role.png diff --git a/gosa-core/html/images/sort_down.png b/gosa-core/html/images/lists/sort-down.png similarity index 100% rename from gosa-core/html/images/sort_down.png rename to gosa-core/html/images/lists/sort-down.png diff --git a/gosa-core/html/images/sort_up.png b/gosa-core/html/images/lists/sort-up.png similarity index 100% rename from gosa-core/html/images/sort_up.png rename to gosa-core/html/images/lists/sort-up.png diff --git a/gosa-core/html/images/select_acl.png b/gosa-core/html/images/select_acl.png deleted file mode 100644 index 04a05c1cb1fec55b1d037f11b7340d8d24f9b969..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 750 zcmVsmTOMf>H=7Ly%CAwRb5*>sq*K2!wDGwwax7f*>fu zMXOv`(8`V0A~f(jlp#%LhH>6F&-d=U?-tXHQ<7(O?mhqi?_AEgb^H_4({CefZQ+Nl zt<8^`n(D6s$g-NsW~G^2uK0R#@_|&Vch?@Kre3v#!=Xex-v4Z9s5csmwbRwrLU(t2 zb0FZmolfW7@%a7K#l?AX4v_JRTV6 z3rC~P3pr#qW2szP^{qWTcnL}KA-1` z5L&fy6`&|8hM^;bAd|_Tn5MZ}sm;zNva+mbnpQ&BbreOd&aFzid1*6*==2I{AFrA9 zOb*U%0ouXUQnRmynpc7Kn&0|}rGU^Uq{>J8Q>tjN`oP-7@?A{9g=Ag|YM z=vajMo0`Kx^;9W&3VX|jP+tr@+4$@M$V%LckKGz=>c|1dfD?q^P%R*a1?0hT0>zz< zJ73@Legn#YqnwSU?m#ieh2a2_z}k>F%7xBmaF}y23M%-t3(O7_OK@<4Avql8oHIba z=wKB!@QS|;m9CZziVnvr7#3E^MZQ=Aa2!B2z^{R;4r~WZyKFRV&@Ct#VAx<-pu4O5 z>KZZZGD-g^ywm&f$DH=SVyN;bVc}BS((D+0z{BHu6T{yRkFhPJMm-6JYH@Ts(d9%OCyn zp_s@_iYw_!aV2wAjHky%|7hP?K;{1V7w^eD^KgLWX`9*8mEe$mYDrq;o1343WFrJ< ziVx3#_aJ9D#x1_s6sYSyxa;VN1Md&STK3^Q?_8P~xOTSgo!$$n&uQ}NxKx4TK*5Bh zoyXJ4E^|}Bzir3y(GR|V{m^4k$+19^*c*H4*@jEoIA4AdUrP$V8>$x6O7KukCbLXp z^M&aCSKf%U_eLk@3m}025TI+ji5e&AY5JH(-9@<~5nr`g8Y^F}{^fkNDG+XM-I_Hm zEXTp)l0kr3bI4j1g6tt=93VgmujL_aSfuBE_zlPaC;;9_=bn8-!+RTbsMj_8J{3)s zv1=-}dV@fHk>cMWOfyW-w}o0~zCSs&@`sb*cLg9fKQ+_XvGcj7p6H2mL{uWWii*bd z^m%T&Mp=`mS+QqXsm+iq%}{h3k_eW%b3chM@1;=A-b$=xjFgGL3LsI=sU%ZN)Y{?* zuRxW+alovCWkUTayKXr1X#qW?QS`^AQZp}fL`&iA|G`IguH~@YR zC<+Jx-k={lp)9M^Z-4aZk=I_eg+)AXBg-3}Y}2BqLX$W_vviI}q6tjfjj`^bSn#o$ zw3xjUFRGnS9y;97-dZQC6+CVQm$s2(#S&POLt{e=cQ1@&SIpB%%kqkBs*+p$^X}Z- zgz;nkjy0gosaAclEntry 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; -- 2.30.2