diff options
author | ivan <ivan> | 2008-11-11 07:51:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-11-11 07:51:13 +0000 |
commit | 7ae002203388977c178ffbf0e2ceaea17ab46bce (patch) | |
tree | 836f2d04dc2d0617492c2d99d82b192c37b1cf64 /conf/invoice_html | |
parent | 0bf4a97028e0b9869c2251d80a4fa3c089133096 (diff) |
make HTML invoice more consistent with current typeset invoice: center invoice date instead of right-justify
Diffstat (limited to 'conf/invoice_html')
-rw-r--r-- | conf/invoice_html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_html b/conf/invoice_html index 806c5deb4..58d495633 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -20,7 +20,7 @@ <td align="right"> <table CLASS="invoice_headerright" cellspacing=0> <tr> - <td align="right"> + <td align="center"> Invoice date<BR> <B><%= $date %></B> </td> |