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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11493 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-21 14:34:26 +00:00
parent 7ef920ce12
commit e25b8b0d95
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>