我想在其中添加图像

管理面板->系统->配置->“左侧菜单标签”(此处)

只看下面的图片我想做什么:

任何解决方案.. ??

提前致谢。

最佳答案

在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>

放入图像(尺寸158 x 18)

关于image - 在Magento中添加“管理员配置”标签图像,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/15953798/

10-12 03:15