diff options
Diffstat (limited to 'templates/Service-packing_list.html')
-rwxr-xr-x | templates/Service-packing_list.html | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/templates/Service-packing_list.html b/templates/Service-packing_list.html index 07ba8d61..770de9a1 100755 --- a/templates/Service-packing_list.html +++ b/templates/Service-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> @@ -30,11 +30,11 @@ <td align=right> <table> <tr> - <th align=right>Date</th><td width=10> </td><td><%invdate%></td> + <th align=right>Date</th><td width=10> </td><td><?lsmb invdate ?></td> </tr> <tr> - <th align=right>Number</th><td></td><td><%invnumber%></td></tr> + <th align=right>Number</th><td></td><td><?lsmb invnumber ?></td></tr> </tr> <tr> @@ -47,20 +47,20 @@ <tr> <td> - <table width=100%> + <table width=100 ?> <tr bgcolor=000000> <th align=left><font color=ffffff>Ship To:</th> </tr> <tr> - <td><%shiptoname%> - <br><%shiptoaddr1%> - <br><%shiptoaddr2%> - <br><%shiptoaddr3%> - <br><%shiptoaddr4%> -<%if shiptocontact%> - <p>Attn: <%shiptocontact%> -<%end shiptocontact%> + <td><?lsmb shiptoname ?> + <br><?lsmb shiptoaddr1 ?> + <br><?lsmb shiptoaddr2 ?> + <br><?lsmb shiptoaddr3 ?> + <br><?lsmb shiptoaddr4 ?> +<?lsmb if shiptocontact ?> + <p>Attn: <?lsmb shiptocontact ?> +<?lsmb end shiptocontact ?> </td> </tr> @@ -75,7 +75,7 @@ <tr> <td> - <table width=100%> + <table width=100 ?> <tr bgcolor=000000> <th align=left><font color=ffffff>Number</th> <th align=left><font color=ffffff>Description</th> @@ -83,14 +83,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> @@ -102,14 +102,14 @@ <tr> <td> - <table width=100%> + <table width=100 ?> <tr valign=top> -<%if notes%> +<?lsmb if notes ?> <td>Notes</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> @@ -119,13 +119,13 @@ <tr> <td> - <table width=100%> + <table width=100 ?> <tr valign=top> <td><font size=-3> Items returned are subject to a 10% restocking charge. A return authorization must be obtained - from <%company%> before goods are returned. Returns must be shipped - prepaid and properly insured. <%company%> will not be responsible + from <?lsmb company ?> before goods are returned. Returns must be shipped + prepaid and properly insured. <?lsmb company ?> will not be responsible for damages during transit. </font> </td> |