Commit a970dbda authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixed ACL iconMini

Showing with 3 additions and 2 deletions
+3 -2
html/plugins/acl/images/acl.png

750 Bytes

...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<objectClass>top</objectClass> <objectClass>top</objectClass>
<category>acl</category> <category>acl</category>
<class>acl</class> <class>acl</class>
<image>images/lists/locked.png</image> <image>plugins/acl/images/iconMini.png</image>
</objectType> </objectType>
</definition> </definition>
......
...@@ -192,7 +192,8 @@ class aclAssignment extends simplePlugin ...@@ -192,7 +192,8 @@ class aclAssignment extends simplePlugin
'aclCategory' => 'acl', 'aclCategory' => 'acl',
'name' => _('ACL assignment'), 'name' => _('ACL assignment'),
'filter' => 'objectClass=gosaAcl', 'filter' => 'objectClass=gosaAcl',
'ou' => '' 'ou' => '',
'icon' => 'plugins/acl/images/iconMini.png',
), ),
'special' => array( 'special' => array(
'name' => 'special' 'name' => 'special'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment