[freeside-commits] branch master updated. 8a5bdf60df13c80b22ade2951fff755a7b0689db

Ivan ivan at 420.am
Tue Apr 4 15:35:28 PDT 2017


The branch, master has been updated
       via  8a5bdf60df13c80b22ade2951fff755a7b0689db (commit)
      from  b886b44dfe4c319987510ba9d3c3cb10a30fb2cf (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 8a5bdf60df13c80b22ade2951fff755a7b0689db
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Apr 4 15:35:26 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