// Remove useless submit button from supplier page

This commit is contained in:
tDidierjean
2012-02-24 13:26:10 +00:00
parent 4c08e5f264
commit f2d2574f1c
2 changed files with 2 additions and 5 deletions
@@ -73,7 +73,7 @@
{else}
<p>{l s='You can specify product reference(s) for each supplier associated.'}</p>
{/if}
<p>{l s='Click "Save and Stay" after changing selected suppliers to display the associated product references.'}</p>
<div id="suppliers_accordion" style="margin-top:10px; display:block;">
{foreach from=$associated_suppliers item=supplier}
<h3 style="margin-bottom:0;"><a href="#">{$supplier->name}</a></h3>
@@ -127,10 +127,6 @@
</div>
{/foreach}
</div>
<div style="margin-top: 10px">
<input type="button" value="{l s='Save'}" onClick="btn_save_and_stay.click()"/>
</div>
<script type="text/javascript">
$(document).ready(function() {