adminhtml.xml
1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<config>
<acl>
<resources>
<all>
<title>Allow Everything</title>
</all>
<admin>
<children>
<Anc_Anc module="anc_image">
<title>ANC</title>
<sort_order>71</sort_order>
<children>
<!-- <ncalbum module="anc_image">
<title>Album</title>
<sort_order>1</sort_order>
<action>image/adminhtml_album/list</action>
</ncalbum>-->
<!-- @backend_grid-->
<!-- <ncimage module="anc_image">
<title>Image</title>
<sort_order>2</sort_order>
<action>image/adminhtml_album/list</action>
</ncimage>-->
</children>
</Anc_Anc>
<system>
<children>
<config>
<children>
<site translate="title">
<title>Lib</title>
<sort_order>101</sort_order>
</site>
</children>
</config>
</children>
</system>
</children>
</admin>
</resources>
</acl>
</config>