// adding missing admin/themes/template/scenes/form.tpl
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10154 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{extends file="helper/form/form.tpl"}
|
||||
{block name="after"}
|
||||
<script type="text/javascript">
|
||||
startingData = new Array();
|
||||
{foreach from=$products item=product key=key}
|
||||
startingData[{$key}] = new Array(
|
||||
'{$product.details->name}',
|
||||
'{$product.id_product}',
|
||||
{$product.x_axis},
|
||||
{$product.y_axis},
|
||||
{$product.zone_width},
|
||||
{$product.zone_height});
|
||||
{/foreach}
|
||||
</script>
|
||||
{/block}
|
||||
Reference in New Issue
Block a user