diff options
Diffstat (limited to 'templates/Norwegian-statement.html')
-rwxr-xr-x | templates/Norwegian-statement.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/templates/Norwegian-statement.html b/templates/Norwegian-statement.html index 60899fbd..d04ce3cf 100755 --- a/templates/Norwegian-statement.html +++ b/templates/Norwegian-statement.html @@ -1,11 +1,11 @@ <body bgcolor=ffffff> -<table width=100 ?> +<table width="100%"> <tr> <td width=10> </td> <td> - <table width=100 ?> + <table width="100%"> <tr> <td> <h4> @@ -33,7 +33,7 @@ <tr> <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr valign=top> <td><?lsmb name ?> <br><?lsmb address1 ?> @@ -63,15 +63,15 @@ <tr> <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr> <th align=left>Faktura #</th> - <th width=15 ?>Dato</th> - <th width=15 ?>Betalingsfrist</th> - <th width=10 ?>Nåværende</th> - <th width=10 ?>30</th> - <th width=10 ?>60</th> - <th width=10 ?>90+</th> + <th width="15%">Dato</th> + <th width="15%">Betalingsfrist</th> + <th width="10%">Nåværende</th> + <th width="10%">30</th> + <th width="10%">60</th> + <th width="10%">90+</th> </tr> <?lsmb foreach invnumber ?> <tr> @@ -103,7 +103,7 @@ <tr> <td> </td> <td align=right> - <table width=50 ?> + <table width="50%"> <tr> <th>Totalt utestående</th> <th align=right><?lsmb total ?></th> |