Search code examples
imagemagentoconfigurationmagento-1.7configurationsection

Add Admin Configuration Tab Images in Magento


I want to add image in

Admin Panel -> System -> Configuration -> "Left Menu Tab" ( Here )

just see following image what i want to do :

enter image description here

Any Solutions..??

Thanks in Advance.


Solution

  • In system.xml

    <?xml version="1.0"?>
    <config>
        <tabs>
            <magepal translate="label" module="magepal">
                <label><![CDATA[<div style="position: absolute;"><img id="magepal_block" src="" alt="" border="0" /></div>&nbsp;<script>$('magepal_block').src = SKIN_URL + "images/magepal/magepal.png";</script>]]></label>
                <sort_order>400</sort_order>
            </magepal>
        </tabs>
    

    Put image in (size 158 x 18)

    /skin/adminhtml/default/default/images/magepal/magepal.png