adminhtml_notactive20141013.xml
1.65 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
54
55
56
57
58
59
60
61
62
63
64
65
<!--
@notactive since 20141013 backend benutzer rechte beschneiden, wird derzeit nicht genutzt
-->
<?xml version="1.0"?>
<config>
<acl>
<resources>
<all>
<title>Allow Everything</title>
</all>
<admin>
<children>
<Anc_Anc module="anc_album">
<title>ANC</title>
<sort_order>71</sort_order>
<children>
<item2 module="anc_album">
<title>Album</title>
<sort_order>3</sort_order>
<action>album/adminhtml_album/list</action>
<children>
<item2a module="anc_album">
<title>Album</title>
<sort_order>2</sort_order>
<action>album/adminhtml_album/list</action>
</item2a>
<itemwebservice1 module="anc_album">
<title>WEBSERVICE</title>
<sort_order>3</sort_order>
<action>album/adminhtml_administrator/uploadImage</action>
</itemwebservice1>
</children>
</item2>
</children>
</Anc_Anc>
<Anc_Album module="anc_album">
<title>Import Play</title>
<sort_order>71</sort_order>
<children>
<items module="anc_album">
<title>Manage Items</title>
<sort_order>0</sort_order>
<action>album/adminhtml_calendar/uploaddate</action>
</items>
</children>
</Anc_Album>
<system>
<children>
<config>
<children>
<album translate="title">
<title>Album</title>
<sort_order>101</sort_order>
</album>
</children>
</config>
</children>
</system>
</children>
</admin>
</resources>
</acl>
</config>