[freeside-commits] branch master updated. 3a0640fe177929f91432435af0a82de1eead9f55
Ivan
ivan at 420.am
Wed Jun 20 13:30:45 PDT 2012
The branch, master has been updated
via 3a0640fe177929f91432435af0a82de1eead9f55 (commit)
from b7d8bc26840a8238cd8c41faf5ba78abfceac383 (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 3a0640fe177929f91432435af0a82de1eead9f55
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jun 20 13:30:44 2012 -0700
don't open freeside homepage in its own window, getting blocked
diff --git a/httemplate/docs/about.html b/httemplate/docs/about.html
index e3bb282..0d3848b 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="_blank"><%$title%> homepage</A>
+ <A HREF="<% $conf->config('company_url', $agentnum) %>" TARGET="_top"><%$title%> homepage</A>
% }
% } else {
@@ -46,7 +46,7 @@ GNU <b>Affero</b> General Public License.<BR>
<BR><BR>
-<A HREF="http://www.freeside.biz/freeside" TARGET="_blank">Freeside homepage</A>
+<A HREF="http://www.freeside.biz/freeside" TARGET="_top">Freeside homepage</A>
% if ( $agentnum ) {
</FONT>
% }
@@ -56,7 +56,7 @@ GNU <b>Affero</b> General Public License.<BR>
% unless ( $agentnum ) {
<CENTER>
- <FONT SIZE="-3">"A selfish heart is trouble, but a foolish heart is worse" -R. Hunter</FONT>
+<!-- <FONT SIZE="-3">"" -R. Hunter</FONT> -->
</CENTER>
% }
-----------------------------------------------------------------------
Summary of changes:
httemplate/docs/about.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
More information about the freeside-commits
mailing list