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

This commit is contained in:
tDidierjean
2012-02-10 16:01:52 +00:00
parent a0a5a6761b
commit 8efbbb9f76
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>