[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 6e92e7483733db9814b1097e88ed91d752faadfe

Ivan ivan at 420.am
Wed Jun 20 13:30:46 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  6e92e7483733db9814b1097e88ed91d752faadfe (commit)
      from  226617fbfba28e74fb8175f6ce77a09302809128 (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 6e92e7483733db9814b1097e88ed91d752faadfe
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jun 20 13:30:45 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