// SupplyOrders : fixed view

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10950 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-12-05 17:18:16 +00:00
parent a5c44ac8bc
commit db15387d07
@@ -28,7 +28,7 @@
{block name="override_tpl"}
<div style="margin-top: 20px;">
<fieldset>
<legend>{if isset($is_template)} {l s='Template'} {/if}{l s='General informations'}</legend>
<legend>{if isset($is_template) && $is_template == 1} {l s='Template'} {/if}{l s='General informations'}</legend>
<table style="width: 400px;" classe="table">
<tr>
<td>{l s='Creation date:'}</td>
@@ -64,14 +64,14 @@
<div style="margin-top: 20px;">
<fieldset>
<legend>{if isset($is_template)} {l s='Template'} {/if}{l s='Products'}</legend>
<legend>{if isset($is_template) && $is_template == 1} {l s='Template'} {/if}{l s='Products'}</legend>
{$supply_order_detail_content}
</fieldset>
</div>
<div style="margin-top: 20px;">
<fieldset>
<legend>{if isset($is_template)} {l s='Template'} {/if}{l s='Summary'}</legend>
<legend>{if isset($is_template) && $is_template == 1} {l s='Template'} {/if}{l s='Summary'}</legend>
<table style="width: 400px;" classe="table">
<tr>
<th>{l s='Designation'}</th>