[-] TR : Minor changes

This commit is contained in:
bLeveque
2012-05-19 15:26:28 +00:00
parent d41ee7e5f8
commit 9e599c78fa
5 changed files with 8 additions and 10 deletions

View File

@@ -255,7 +255,7 @@
{if $order_invoice->getRestPaid()}
<tr style="line-height:5px;color:red;">
<td style="text-align: right; font-weight: bold">{l s='Total rest paid' pdf='true'}</td>
<td style="text-align: right; font-weight: bold">{l s='Remaining Amount Due' pdf='true'}</td>
<td style="width: 15%; text-align: right;">{displayPrice currency=$order->id_currency price=$order_invoice->getRestPaid()}</td>
</tr>
{/if}

View File

@@ -265,7 +265,7 @@
{if $order_invoice->getRestPaid() > 0}
<tr style="line-height:5px;color:red;">
<td style="text-align: right; font-weight: bold">{l s='Total rest paid' pdf='true'}</td>
<td style="text-align: right; font-weight: bold">{l s='Remaining Amount Due' pdf='true'}</td>
<td style="width: 15%; text-align: right;">{displayPrice currency=$order->id_currency price=$order_invoice->getRestPaid()}</td>
</tr>
{/if}

View File

@@ -97,7 +97,7 @@
<td style="width: 80%; text-align: right">
<table style="width: 100%">
<tr style="line-height:6px;">
<td style="text-align: left; background-color: #4D4D4D; color: #FFF; padding-left: 10px; font-weight: bold; width: 60%">{l s='ITEMS MARKED AS RETURNED' pdf='true'}</td>
<td style="text-align: left; background-color: #4D4D4D; color: #FFF; padding-left: 10px; font-weight: bold; width: 60%">{l s='ITEMS TO BE RETURNED' pdf='true'}</td>
<td style="background-color: #4D4D4D; color: #FFF; text-align: left; font-weight: bold; width: 20%">{l s='REFERENCE' pdf='true'}</td>
<td style="background-color: #4D4D4D; color: #FFF; text-align: center; font-weight: bold; width: 20%">{l s='QTY' pdf='true'}</td>
</tr>