[freeside-commits] branch master updated. bccfbf5a97b3e5572fd6e68f1a9ed74ceebe39c4
Ivan
ivan at 420.am
Wed Jun 20 16:09:13 PDT 2012
The branch, master has been updated
via bccfbf5a97b3e5572fd6e68f1a9ed74ceebe39c4 (commit)
from d68fea37d5d37d1e40fde18fbaca503c1ab3be87 (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 bccfbf5a97b3e5572fd6e68f1a9ed74ceebe39c4
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