code pasted is not valid XML this line *onclick="this.parent.storeSettings();">* seems to be redundant
On Sun, Dec 29, 2013 at 3:54 PM, Jean-Marie Landri < jeanmarielan...@gmail.com> wrote: > 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? > > -- WBR Maxim aka solomax