// Avoid notice with undefined variable confirm

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12663 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-01-25 08:13:05 +00:00
parent e19b1b1e57
commit 563ff8c375
@@ -23,6 +23,6 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
<a href="{$href}" onclick="return confirm('{$confirm}');" title="{$action}">
<a href="{$href}" {if isset($confirm)}onclick="return confirm('{$confirm}');"{/if} title="{$action}">
<img src="../img/admin/delete.gif" alt="{$action}" />
</a>