// PI-116 - attribute default refactoring

This commit is contained in:
tDidierjean
2012-04-06 11:59:29 +00:00
parent 75e6de5d60
commit ed7d1e2287
6 changed files with 89 additions and 101 deletions
@@ -34,17 +34,4 @@
<li>{l s='A default combination must be designated for each product.'}</li>
</ul>
</div>
<script type="text/javascript">
var impact = getE('attribute_price_impact');
var impact2 = getE('attribute_weight_impact');
var s_attr_group = $('#span_new_group');
var s_attr_name = $('#span_new_attr');
var s_impact = $('#span_impact');
var s_impact2 = $('#span_weight_impact');
init_elems();
</script>
{/block}
@@ -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}" class="default" title="{$action}">
<a href="{$href}" class="default" title="{$action}" {if isset($name)}name="{$name}{/if}">
<img src="../img/admin/asterisk.gif" alt="{$action}" />
</a>