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/Spanish_A4-request_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/Spanish_A4-request_quotation.html')
-rwxr-xr-x | templates/Spanish_A4-request_quotation.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/Spanish_A4-request_quotation.html b/templates/Spanish_A4-request_quotation.html index d1eca540..9a9970b3 100755 --- a/templates/Spanish_A4-request_quotation.html +++ b/templates/Spanish_A4-request_quotation.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> @@ -39,10 +39,10 @@ <tr> <td> - <table width=100 ?> + <table width="100%"> <tr bgcolor=000000> - <th align=left width=50 ?><font color=ffffff>To:</th> - <th align=left width=50 ?><font color=ffffff>Ship To:</th> + <th align=left width="50%"><font color=ffffff>To:</th> + <th align=left width="50%"><font color=ffffff>Ship To:</th> </tr> <tr valign=top> @@ -127,7 +127,7 @@ <tr> <td> - <table width=100 ?> + <table width="100%"> <tr> <!-- <th align=right>No.</th> --> <th align=left>Number</th> @@ -163,7 +163,7 @@ adjust the colspan if you include this to shift subtotal one to the right <tr> <td> - <table width=100 ?> + <table width="100%"> <?lsmb if notes ?> <tr valign=top> <td>Notes</td> @@ -179,11 +179,11 @@ adjust the colspan if you include this to shift subtotal one to the right <tr> <td> - <table width=100 ?> + <table width="100%"> <tr valign=top> - <td width=70 ?> </td> + <td width="70%"> </td> - <td width=30 ?> + <td width="30%"> X <hr noshade> </td> </tr> |