adminhtml.xml 1.69 KB
<?xml version="1.0"?>
<!--/**
* @package magento
* @subpackage AncPricepercustomer
*
* @author netz.coop code[at]netz.coop
*
* @license http://www.gnu.org/licenses/gpl-3.0.de.html GNU GENERAL PUBLIC LICENSE VERSION 3
* @copyright (C) 2015 netz.coop eG
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/-->
<config>

    <acl>
        <resources>
            <all>
                <title>Allow Everything</title>
            </all>
            <admin>
                <children>
                    <system>
                        <children>
                            <config>
                                <children>
                                    <pricespercustomer translate="title">
                                        <title>Pricespercustomer</title>
                                        <sort_order>101</sort_order>
                                    </pricespercustomer>
                                </children>
                            </config>
                        </children>
                    </system>
                </children>
            </admin>
        
        </resources>
		
    </acl>
</config>