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/Estonian-sales_quotation.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/Estonian-sales_quotation.html')
-rwxr-xr-x | templates/Estonian-sales_quotation.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/Estonian-sales_quotation.html b/templates/Estonian-sales_quotation.html index a1989b02..556056ef 100755 --- a/templates/Estonian-sales_quotation.html +++ b/templates/Estonian-sales_quotation.html @@ -1,7 +1,7 @@ <body bgcolor=ffffff> -<table width=100 ?> +<table width="100%"> <?lsmb include letterhead.html ?> @@ -17,7 +17,7 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr valign=top> <td><?lsmb name ?> @@ -87,7 +87,7 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr bgcolor=000000> <th align=right><font color=ffffff>AR.</th> <th align=left><font color=ffffff>Number</th> @@ -162,7 +162,7 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr valign=top> <?lsmb if notes ?> <td>Notes</td> @@ -180,13 +180,13 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr valign=top> - <td width=60 ?><font size=-3> + <td width="60%"><font size=-3> Special order items are subject to a 10% cancellation fee. </font> </td> - <td width=40 ?> + <td width="40%"> X <hr noshade> </td> </tr> |