[freeside-commits] branch FREESIDE_4_BRANCH updated. 110b4873bab10365a9ce847c1e1296024db04603
Ivan
ivan at 420.am
Tue Apr 4 15:35:29 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via 110b4873bab10365a9ce847c1e1296024db04603 (commit)
from e543f90d7744c5f06b1fa78c5ec0d9375df79bd2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 110b4873bab10365a9ce847c1e1296024db04603
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Apr 4 15:35:28 2017 -0700
respect license notice in brand-agent logo size
diff --git a/httemplate/docs/about.html b/httemplate/docs/about.html
index fdf872d..bc3c1b3 100644
--- a/httemplate/docs/about.html
+++ b/httemplate/docs/about.html
@@ -5,7 +5,7 @@
<CENTER>
% if ( $agentnum ) {
- <IMG SRC="<%$fsurl%>view/logo-agent.cgi?agentnum=<%$agentnum%>" BORDER="0"><BR>
+ <IMG SRC="<%$fsurl%>view/logo-agent.cgi?agentnum=<%$agentnum%>" BORDER="0" WIDTH=92 HEIGHT=62><BR>
% my $url = $conf->config('company_url', $agentnum);
% if ( $url ) {
-----------------------------------------------------------------------
Summary of changes:
httemplate/docs/about.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list