// Fix Combinations ajax problem
This commit is contained in:
@@ -22,6 +22,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}" title="{$action}" {if isset($name)}name="{$name}"{/if}>
|
||||
<a href="{$href}" title="{$action}" {if isset($name)}name="{$name}"{/if} class="default">
|
||||
<i class="icon-asterisk"></i> {$action}
|
||||
</a>
|
||||
@@ -22,6 +22,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}" {if isset($confirm)}onclick="if (confirm('{$confirm}')){ return true; }else{ event.stopPropagation(); event.preventDefault();};"{/if} title="{$action}">
|
||||
<a href="{$href}" {if isset($confirm)}onclick="if (confirm('{$confirm}')){ return true; }else{ event.stopPropagation(); event.preventDefault();};"{/if} title="{$action}" class="delete">
|
||||
<i class="icon-trash"></i> {$action}
|
||||
</a>
|
||||
Reference in New Issue
Block a user