Code

<h2> => </h3>
[gosa.git] / gosa-core / plugins / admin / acl / acl-list.xml
index 8e3ce12d763e03ed7983ad9ed25f1496c4e37d57..588c909a806e3d14ce2a1a74d7b71e9df6b151d4 100644 (file)
@@ -16,7 +16,7 @@
       <objectClass>gosaAcl</objectClass>
       <category>acl</category>
       <class>acl</class>
-      <image>plugins/users/images/select_template.png</image>
+      <image>images/lists/locked.png</image>
     </objectType>
 
     <objectType>
       <objectClass>gosaRole</objectClass>
       <category>acl</category>
       <class>acl</class>
-      <image>plugins/users/images/select_user.png</image>
+      <image>plugins/acl/images/role.png</image>
     </objectType>
 
   </definition>
 
   <table>
-    <layout>|16px||150px|170px;r|</layout>
+    <layout>|20px;c|200px||170px;r|</layout>
 
     <department>
       <value>%{filter:objectType(dn,objectClass)}</value>
@@ -47,9 +47,9 @@
 
     <column>
       <label>Name</label>
-      <sortAttribute>ou</sortAttribute>
+      <sortAttribute>dn</sortAttribute>
       <sortType>string</sortType>
-      <value>%{filter:filterLabel(row,dn,"%s",ou,cn,pid,base)}</value>
+      <value>%{filter:filterLabel(row,dn,ou,cn,pid,base)}</value>
       <export>true</export>
     </column>
 
      <action>
       <name>new</name>
       <type>entry</type>
-      <image>plugins/users/images/list_new_user.png</image>
-      <label>Acl</label>
-     </action>
-
-     <action>
-      <name>new_role</name>
-      <type>entry</type>
-      <image>plugins/users/images/select_template.png</image>
+      <image>plugins/acl/images/role.png</image>
       <label>Role</label>
      </action>
+
     </action>
 
     <action>