Hello,
Trying to add 2 image button to direct edit the profile settings and the
contact and messages/ -
but the link doesnt work, where am i rong?
code-

<image name="contact_message_icon" resource="contact_message_icon" x="10"
y="0" height="40" width="40">
        onclick="this.parent.storeSettings();">
    <handler name="onclick">
        canvas.userSettingsModuleOpt = "userProfile";
            quicklinkActAct("_editUserContacts");
            </handler>
            <labelTooltip labelid="1259" />
</image>



<image name="user_profile_icon" resource="user_profile_icon" x="10" y="0"
height="40" width="40">
        onclick="this.parent.storeSettings();">
    <handler name="onclick">
        canvas.userSettingsModuleOpt = "userProfile";
            quicklinkAct("_editUserProfile");
        </handler>
            <labelTooltip labelid="377" />

</image>

Thank you?

Reply via email to