// SupplyOrders : fixed view

This commit is contained in:
bMancone
2011-12-05 17:18:16 +00:00
parent 01ef8f2a23
commit 21df280f52
@@ -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>