Code
<div >
<input type="submit" name="save" value="<!--[pnml name='_PNMESSAGES_SAVESELECTED']-->" />
<input type="submit" name="delete" value="<!--[pnml name='_PNMESSAGES_DELETESELECTED']-->" />
</div>
<input type="submit" name="save" value="<!--[pnml name='_PNMESSAGES_SAVESELECTED']-->" />
<input type="submit" name="delete" value="<!--[pnml name='_PNMESSAGES_DELETESELECTED']-->" />
</div>
this was found in pnmessages_user_viewinbox_messages under pmtemplates. i tried to change it to the following, just like how i did it for other pages.
Code
<div >
<input type="image" name="save" value="<!--[pnml name='_PNMESSAGES_SAVESELECTED']-->" src="mypic.gif"/>
<input type="image" name="delete" value="<!--[pnml name='_PNMESSAGES_DELETESELECTED']-->" src="mypic.gif"/>
</div>
<input type="image" name="save" value="<!--[pnml name='_PNMESSAGES_SAVESELECTED']-->" src="mypic.gif"/>
<input type="image" name="delete" value="<!--[pnml name='_PNMESSAGES_DELETESELECTED']-->" src="mypic.gif"/>
</div>
but it can't work. i googled for help but i can only found that for 2 submit buttons, the names have to be different, which is the case.
anyone know how to do it??
