diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-25 15:07:49 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-25 15:07:49 +0000 |
commit | 87c8bf2724f8e1cf49ecf866113635a9abc9f2bd (patch) | |
tree | 931f6a9a0b7096594a60f0ff6caac78f43af049b /templates/Default-packing_list.html | |
parent | 8395fa501827306002e3a01c7053f495bff844c2 (diff) |
fixing issues where items of the form <td width=100%> got converted to <td width=100 ?> when converting <% %> markup to <?lsmb ?>
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@147 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates/Default-packing_list.html')
-rwxr-xr-x | templates/Default-packing_list.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/Default-packing_list.html b/templates/Default-packing_list.html index 3a6683f8..10c03410 100755 --- a/templates/Default-packing_list.html +++ b/templates/Default-packing_list.html @@ -1,7 +1,7 @@ <body bgcolor=ffffff> -<table width=100 ?> +<table width="100%"> <?lsmb include letterhead.html ?> @@ -20,7 +20,7 @@ <table width=100% cellspacing=0 cellpadding=0> <tr bgcolor=000000> <th width=50% align=left><font color=ffffff>Ship To:</th> - <th width=50 ?> </th> + <th width="50%"> </th> </tr> <tr valign=top> @@ -107,7 +107,7 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr bgcolor=000000> <th align=left><font color=ffffff>Item</th> <th align=left><font color=ffffff>Number</th> @@ -147,7 +147,7 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr valign=top> <td>Notes</td> <td><?lsmb notes ?></td> @@ -161,9 +161,9 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr valign=top> - <td width=70 ?><font size=-3> + <td width="70%"><font size=-3> Items returned are subject to a 10% restocking charge. A return authorization must be obtained from <?lsmb company ?> before goods are returned. Returns must be shipped @@ -171,7 +171,7 @@ for damages during transit. </font> </td> - <td width=30 ?> + <td width="30%"> X <hr noshade> </td> </tr> |