// Move customization fields processing to general product processing

This commit is contained in:
tDidierjean
2012-03-14 10:15:51 +00:00
parent 8e6355dacc
commit 63a1c9fa3e
2 changed files with 23 additions and 27 deletions
@@ -46,12 +46,7 @@
<tr>
<td><div class="clear">&nbsp;</div></td>
</tr>
<tr>
<td style="width:150px;"></td>
<td>
<input type="submit" name="submitCustomizationConfiguration" value="{l s='Update settings'}" class="button"/>
</td>
</tr>
{if $has_file_labels}
<tr>
<td colspan="2"><div class="separation"></div></td>
@@ -74,12 +69,5 @@
</td>
</tr>
{/if}
<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" style="margin-top: 9px" />
{/if}
</td>
</tr>
</table>
{/if}