[-] BO : fix bug #PSTEST-719 - wrong redirection on product page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user