summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-11-11 07:51:14 +0000
committerivan <ivan>2008-11-11 07:51:14 +0000
commitc984616309a01b953ba205d686004d294e5762ff (patch)
treecdc4092efe25570ae6249aeaa3034591afbc5337
parent0c4ce8528be73261b53717eae507c7ef0bf5c729 (diff)
make HTML invoice more consistent with current typeset invoice: center invoice date instead of right-justify
-rw-r--r--conf/invoice_html2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_html b/conf/invoice_html
index 331a0b978..ed590192c 100644
--- a/conf/invoice_html
+++ b/conf/invoice_html
@@ -19,7 +19,7 @@
<td align="right">
<table CLASS="invoice_headerright" cellspacing=0>
<tr>
- <td align="right">
+ <td align="center">
Invoice&nbsp;date<BR>
<B><%= $date %></B>
</td>