diff options
Diffstat (limited to 'templates/Brazilian_Portuguese-invoice.html')
-rwxr-xr-x | templates/Brazilian_Portuguese-invoice.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/Brazilian_Portuguese-invoice.html b/templates/Brazilian_Portuguese-invoice.html index 09896895..aa6814c6 100755 --- a/templates/Brazilian_Portuguese-invoice.html +++ b/templates/Brazilian_Portuguese-invoice.html @@ -1,12 +1,12 @@ <body bgcolor=ffffff>
-<table width=100 ?>
+<table width="100%">
<tr valign=bottom>
<td width=10> </td>
<td>
- <table width=100 ?>
+ <table width="100%">
<tr>
<td>
<h4>
@@ -40,8 +40,8 @@ <td>
<table width=100% callspacing=0 cellpadding=0>
<tr bgcolor=000000>
- <th align=left width=50 ?><font color=ffffff>Para</th>
- <th align=left width=50 ?><font color=ffffff>Enviar para</th>
+ <th align=left width="50%"><font color=ffffff>Para</th>
+ <th align=left width="50%"><font color=ffffff>Enviar para</th>
</tr>
<tr valign=top>
@@ -141,7 +141,7 @@ <td> </td>
<td>
- <table width=100 ?>
+ <table width="100%">
<tr bgcolor=000000>
<th align=right><font color=ffffff>No.</th>
<th align=left><font color=ffffff>Número</th>
@@ -226,7 +226,7 @@ netprice = sellprice - discount <td> </td>
<td>
- <table width=100 ?>
+ <table width="100%">
<tr valign=top>
<?lsmb if notes ?>
<td><?lsmb notes ?></td>
@@ -247,7 +247,7 @@ netprice = sellprice - discount <td> </td>
<td colspan=9>
- <table width=60 ?>
+ <table width="60%">
<tr>
<th align=left>Pagamentos</th>
@@ -296,15 +296,15 @@ netprice = sellprice - discount <td> </td>
<td>
- <table width=100 ?>
+ <table width="100%">
<tr valign=top>
- <td width=60 ?><font size=-3>
+ <td width="60%"><font size=-3>
Pagamentos pendentes até <?lsmb duedate ?>.
Itens devolvidos estão sujeitos a cobrança de 10% como taxa de reestocagem. Uma autorização de devolução deve ser obtida de <?lsmb company ?> antes da devolução das mercadorias. Devoluções devem ser enviadas com frete pago e com o seguro apropriado. <?lsmb company ?> não se responsabilizará por danos durante o transporte.
</font>
</td>
- <td width=40 ?>
+ <td width="40%">
X <hr noshade>
</td>
</tr>
|