// Remove useless submit button from supplier page

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13603 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-02-24 13:26:10 +00:00
parent 963df21883
commit 33a9705c22
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() {