diff options
Diffstat (limited to 'templates/Estonian-statement.html')
-rwxr-xr-x | templates/Estonian-statement.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/Estonian-statement.html b/templates/Estonian-statement.html index 9b4c9afc..0f6ca6cc 100755 --- a/templates/Estonian-statement.html +++ b/templates/Estonian-statement.html @@ -1,7 +1,7 @@ <body bgcolor=ffffff> -<table width=100 ?> +<table width="100%"> <?lsmb include letterhead.html ?> @@ -22,7 +22,7 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr valign=top> <td><?lsmb name ?> <br><?lsmb address1 ?> @@ -59,16 +59,16 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr> <th align=left>Arve NR. #</th> <th align=left>Tellimus NR.#</th> - <th width=10 ?>KuupÀev</th> - <th width=10 ?>Võlg</th> - <th width=10 ?>Hetkeseis</th> - <th width=10 ?>30</th> - <th width=10 ?>60</th> - <th width=10 ?>90</th> + <th width="10%">KuupÀev</th> + <th width="10%">Võlg</th> + <th width="10%">Hetkeseis</th> + <th width="10%">30</th> + <th width="10%">60</th> + <th width="10%">90</th> </tr> <?lsmb foreach invnumber ?> @@ -108,7 +108,7 @@ <td> </td> <td align=right> - <table width=50 ?> + <table width="50%"> <tr> <th>Kokku Laekumata</th> <th align=right><?lsmb total ?></th> |