pricespercustomer.xml 2.68 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/>.
*/-->
<layout version="0.1.0">
    <adminhtml_customer_edit>
        <reference name="left">
            <reference name="customer_edit_tabs">
                <block type="pricespercustomer/adminhtml_customer_edit_tab_pricespercustomer" name="tab_pricespercustomer_pricespercustomer" template="anc/pricespercustomer/customer/options.phtml">
                   
                    <block type="pricespercustomer/adminhtml_customer_edit_tab_pricespercustomer_list" name="tab_pricespercustomer_list" as="tab_pricespercustomer_list" />                        
                </block>
                <action method="addTab">
                    <name>customer_edit_tab_main</name>
                    <block>tab_pricespercustomer_pricespercustomer</block>
                </action>
                
            </reference>
        </reference>
    </adminhtml_customer_edit>
    <adminhtml_pricespercustomer_index>
        <reference name="content">
            <block type="pricespercustomer/adminhtml_tab_pricespercustomer" name="pricespercustomer" />
        </reference>

    </adminhtml_pricespercustomer_index>
    <adminhtml_pricespercustomer_edit>
        <reference name="content">
            <block type="pricespercustomer/adminhtml_pricespercustomer_edit" name="new_pricespercustomer_tabs" />
        </reference>
    </adminhtml_pricespercustomer_edit>
    <adminhtml_priceslists_edit>
        <reference name="content">
            <block type="pricespercustomer/adminhtml_pricespercustomer_edit" name="new_pricespercustomer_tabs" />
        </reference>
    </adminhtml_priceslists_edit>
    <adminhtml_pricespercustomer_new>
        <reference name="content">
            <block type="pricespercustomer/adminhtml_pricespercustomer_new" name="new_pricespercustomer_tabs" />
        </reference>
    </adminhtml_pricespercustomer_new>
</layout>