[-] BO : fix bug #PSTEST-719 - wrong redirection on product page

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13232 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-02-10 16:01:52 +00:00
parent 7a50345060
commit 326b68e490
3 changed files with 262 additions and 253 deletions
@@ -49,7 +49,7 @@
<tr>
<td style="width:150px;"></td>
<td>
<input type="submit" name="submitCustomizationConfiguration" value="{l s='Update settings'}" class="button" onclick="this.form.action += '&addproduct&tabs=5';" />
<input type="submit" name="submitCustomizationConfiguration" value="{l s='Update settings'}" class="button"/>
</td>
</tr>
{if $has_file_labels}
@@ -77,7 +77,7 @@
<tr>
<td colspan="2" style="text-align:center;">
{if $has_file_labels || $has_text_labels}
<input type="submit" name="submitProductCustomization" id="submitProductCustomization" value="{l s='Save labels'}" class="button" onclick="this.form.action += '&addproduct&tabs=5';" style="margin-top: 9px" />
<input type="submit" name="submitProductCustomization" id="submitProductCustomization" value="{l s='Save labels'}" class="button" style="margin-top: 9px" />
{/if}
</td>
</tr>