Monday, 15 July 2013

php - How to move store swicther under the header text of a magento custom module page? -



php - How to move store swicther under the header text of a magento custom module page? -

i have created custom module magento alter custom attributes products.

i have added store switcher in page.

my problem coming above header text 'custom module', want shown below that.

in layout file, have written add together store switcher.

<layout> <adminhtml_custommodule_index> <reference name="content"> <block type="adminhtml/store_switcher" name="store_switcher"></block> </reference> </adminhtml_custommodule_index> </layout> have not used .phtml files.

please help.

php magento magento-1.8

No comments:

Post a Comment