[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 55705b162b7548c0362a435abdadaee7b81b169d
Ivan
ivan at 420.am
Wed Jun 20 16:09:14 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 55705b162b7548c0362a435abdadaee7b81b169d (commit)
from 82a992ba9746a0e603b217c97bc3f85f732b6b28 (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 55705b162b7548c0362a435abdadaee7b81b169d
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jun 20 16:09:13 2012 -0700
make the brand-agent company_url link bigger, RT#18213
diff --git a/httemplate/docs/about.html b/httemplate/docs/about.html
index 0d3848b..33b21a3 100644
--- a/httemplate/docs/about.html
+++ b/httemplate/docs/about.html
@@ -10,7 +10,7 @@
% my $url = $conf->config('company_url', $agentnum);
% if ( $url ) {
<BR><BR>
- <A HREF="<% $conf->config('company_url', $agentnum) %>" TARGET="_top"><%$title%> homepage</A>
+ <FONT SIZE="+1"><A HREF="<% $conf->config('company_url', $agentnum) %>" TARGET="_top"><%$title%> homepage</A></FONT>
% }
% } else {
-----------------------------------------------------------------------
Summary of changes:
httemplate/docs/about.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list