
How can I disable the confirmation message, except for delete action?
Thanks again!
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 30 June 2012 - 00:08 AM
Posted 30 June 2012 - 00:56 AM
Posted 30 June 2012 - 01:26 AM
Posted 30 June 2012 - 02:44 AM
<a href='<?php echo $list_url?>' onclick='javascript: return goToList()' ><?php echo $this->l('form_back_to_list'); ?></a>
<a href='<?php echo $list_url?>'><?php echo $this->l('form_back_to_list'); ?></a>
<input type='button' value='<?php echo $this->l('form_cancel'); ?>' onclick='javascript: return goToList()' />
<input type='button' value='<?php echo $this->l('form_cancel'); ?>' />
Posted 30 June 2012 - 14:19 PM