projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d68fea3
)
make the brand-agent company_url link bigger, RT#18213
author
Ivan Kohler
<ivan@freeside.biz>
Wed, 20 Jun 2012 23:09:13 +0000
(16:09 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Wed, 20 Jun 2012 23:09:13 +0000
(16:09 -0700)
httemplate/docs/about.html
patch
|
blob
|
history
diff --git
a/httemplate/docs/about.html
b/httemplate/docs/about.html
index
0d3848b
..
33b21a3
100644
(file)
--- 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 {