ACL setup will helpful to give the access permission for specific people from admin section. Some of the menu or section should access only for the admin , others should not access then we have to set ACL permission as like below.
Jute/Module/etc/adminhtml.xml.
<?xml version=”1.0″?>
<config>
<acl>
<resources>
<all>
<title>Allow Everything</title>
</all>
<admin>
<children>
<system>
<children>
<config>
<children>
<example translate=”title”>
<title>An Example Section</title>
<sort_order>100</sort_order>
</example>
</children>
</config>
</children>
</system>
</children>
</admin>
</resources>
</acl>
</config>
———————————————————————————————————————————————————
Corner of Blog:
“Save Paper Save Trees”
———————————————————————————————————————————————————