diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/invoice_html | 6 | ||||
-rw-r--r-- | conf/invoice_latex | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/conf/invoice_html b/conf/invoice_html index e1af70703..9d6f52842 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -51,8 +51,8 @@ <table class="invoice_header" width="100%"> <tr> - <td><img src="<%= $cid ? "cid:$cid" : "cust_bill-logo.cgi?invnum=$invnum;template=$template" %>"></td> <td align="left"><%= $returnaddress %></td> + <td align="left"><img src="<%= $cid ? "cid:$cid" : "cust_bill-logo.cgi?invnum=$invnum;template=$template" %>"></td> <td align="right"> <table CLASS="invoice_headerright" cellspacing=0> <tr> @@ -83,9 +83,11 @@ </table> </td> </tr> + </table> + <table class="invoice_header" width="100%"> <tr> - <td> + <td WIDTH="10%"> </td> <td align="left"> <b><%= $payname %></b><BR> diff --git a/conf/invoice_latex b/conf/invoice_latex index ceff84bd2..b64cc690b 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -39,7 +39,7 @@ \addtolength{\voffset}{-0.0cm} % top margin to top of header
\addtolength{\hoffset}{-0.6cm} % left margin on page
-\addtolength{\topmargin}{[@-- defined($topmargin) ? $topmargin : '-1.25cm' --@]}
+\addtolength{\topmargin}{[@-- defined($topmargin) ? $topmargin : '-1.00cm' --@]}
\setlength{\headheight}{2.0cm} % height of header
\setlength{\headsep}{[@-- defined($headsep) ? $headsep : '1.0cm' --@]}
\setlength{\footskip}{1.0cm} % bottom of footer from bottom of text
@@ -124,10 +124,10 @@ \returninset
\makebox{
\begin{tabular}{ll}
- \includegraphics{[@-- $logo_file --@]} & [@-- $verticalreturnaddress ? '\\\\' : '' --@]
\begin{minipage}[b]{5.5cm}
[@-- $returnaddress --@]
- \end{minipage}\\
+ \end{minipage} &
+ \includegraphics{[@-- $logo_file --@]}\\
\end{tabular}
}
}
|