[-] FO : #PSTEST-95 : change default combination in AdminProductsController

This commit is contained in:
lLefevre
2011-12-21 14:34:26 +00:00
parent 5c608fcf70
commit 30979108a3
2 changed files with 9 additions and 3 deletions
@@ -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 class="pointer edit" onclick="javascript:editProductAttribute('{$id}', '{getAdminToken tab='AdminProducts'}');" title="{l s='Modify this combination'}">
<a class="pointer edit" onclick="javascript:editProductAttribute('{$id}', '{getAdminToken tab='AdminProducts'}');" title="{l s='Modify this combination'}" ids="'{$id}'">
<img src="../img/admin/edit.gif" alt="{l s='Modify this combination'}" />
</a>