diff options
Diffstat (limited to 'templates/Brazilian_Portuguese-packing_list.html')
-rwxr-xr-x | templates/Brazilian_Portuguese-packing_list.html | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/templates/Brazilian_Portuguese-packing_list.html b/templates/Brazilian_Portuguese-packing_list.html index 00407c52..8e0b1de5 100755 --- a/templates/Brazilian_Portuguese-packing_list.html +++ b/templates/Brazilian_Portuguese-packing_list.html @@ -1,18 +1,18 @@ <body bgcolor=ffffff> -<table width=100%> +<table width=100 ?> <tr> <td width=10> </td> <td> - <table width=100%> + <table width=100 ?> <tr> <td> <h4> - <%company%> - <br><%address%> + <?lsmb company ?> + <br><?lsmb address ?> </h4> </td> @@ -31,12 +31,12 @@ <table> <tr> <th align=right>Data</th> - <td width=10> </td><td><%invdate%></td> + <td width=10> </td><td><?lsmb invdate ?></td> </tr> <tr> <th align=right>Número</th> - <td></td><td><%invnumber%></td></tr> + <td></td><td><?lsmb invnumber ?></td></tr> </table></tr> <tr> @@ -49,21 +49,21 @@ <tr> <td> - <table width=100%> + <table width=100 ?> <tr bgcolor=000000> <th align=left><font color="ffffff">Para:</font></th> </tr> <tr> - <td><%shiptoname%> - <br><%shiptoaddress1%> - <br><%shiptoaddress2%> - <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%> - <br><%shiptocountry%> -<%if shiptocontact%> + <td><?lsmb shiptoname ?> + <br><?lsmb shiptoaddress1 ?> + <br><?lsmb shiptoaddress2 ?> + <br><?lsmb shiptocity ?> <?lsmb shiptostate ?> <?lsmb shiptozipcode ?> + <br><?lsmb shiptocountry ?> +<?lsmb if shiptocontact ?> <p>Obs.: - <%shiptocontact%> - <%end shiptocontact%> + <?lsmb shiptocontact ?> + <?lsmb end shiptocontact ?> </td> </tr> </table> @@ -77,7 +77,7 @@ <tr> <td> - <table width=100%> + <table width=100 ?> <tr bgcolor=000000> <th align=left><font color=ffffff>Número</font></th> <th align=left><font color=ffffff>Descrição</font></th> @@ -85,14 +85,14 @@ <th> </th> </tr> -<%foreach number%> +<?lsmb foreach number ?> <tr valign=top> - <td><%number%></td> - <td><%description%></td> - <td align=right><%qty%></td> - <td><%unit%></td> + <td><?lsmb number ?></td> + <td><?lsmb description ?></td> + <td align=right><?lsmb qty ?></td> + <td><?lsmb unit ?></td> </tr> -<%end number%> +<?lsmb end number ?> <tr> <td colspan=4><hr noshade></td> @@ -104,14 +104,14 @@ <tr> <td> - <table width=100%> + <table width=100 ?> <tr valign=top> -<%if notes%> +<?lsmb if notes ?> <td>Obs.:</td> - <td><pre><%notes%></pre></td> -<%end notes%> + <td><pre><?lsmb notes ?></pre></td> +<?lsmb end notes ?> <td align=right> - <%shippingpoint%> + <?lsmb shippingpoint ?> </td> </tr> @@ -121,7 +121,7 @@ <tr> <td> - <table width=100%> + <table width=100 ?> <tr valign=top> <td><font size=-3> </font> </td> <td width=150> |