[freeside-commits] branch FREESIDE_3_BRANCH updated. f2b732d166178191781e0fbdcd0d19df73243420

Ivan ivan at 420.am
Thu Aug 21 00:13:24 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  f2b732d166178191781e0fbdcd0d19df73243420 (commit)
       via  a00d9ef2ade022e800d22055b8e4c8d2d00223c9 (commit)
       via  8008a0800d3d6403fa3d1a9f6de487e937db0f22 (commit)
      from  932ac52062a1ad66a0ef10bed1c938a6dfbc0978 (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 f2b732d166178191781e0fbdcd0d19df73243420
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Aug 21 00:13:23 2014 -0700

    fix company_logo link under RT, RT#28457

diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html
index 1f2b6c8..e5211bf 100644
--- a/httemplate/elements/header.html
+++ b/httemplate/elements/header.html
@@ -58,7 +58,7 @@ Example:
   <BODY BGCOLOR="#f8f8f8" <% $etc |n %> STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
     <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
       <tr>
-        <td BGCOLOR="#ffffff"><% $company_url ? qq(<A HREF="$company_url">) : '' %><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="<%$fsurl%>view/REAL_logo.cgi"><% $company_url ? '</A>' : '' %></td>
+        <td BGCOLOR="#ffffff"><% $company_url ? qq(<A HREF="$company_url">) : '' |n %><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="<%$fsurl%>view/REAL_logo.cgi"><% $company_url ? '</A>' : '' |n %></td>
         <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
           <font size=6><% $company_name || 'ExampleCo' %></font>
         </td>

commit a00d9ef2ade022e800d22055b8e4c8d2d00223c9
Merge: 8008a08 932ac52
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Aug 21 00:13:18 2014 -0700

    Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH


commit 8008a0800d3d6403fa3d1a9f6de487e937db0f22
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Aug 18 17:51:40 2014 -0700

    3.4

diff --git a/httemplate/docs/about.html b/httemplate/docs/about.html
index df0b350..ca2366d 100644
--- a/httemplate/docs/about.html
+++ b/httemplate/docs/about.html
@@ -56,7 +56,7 @@ GNU <b>Affero</b> General Public License.<BR>
 
 % unless ( $agentnum ) {
   <CENTER>
-  <FONT SIZE="-3">"Superstar in your own private movie" - P. Blegvad / A. Moore</FONT>
+  <FONT SIZE="-3">"What good is spilling blood?  It will not grow a thing." - R. Hunter</FONT>
   </CENTER>
 % }
 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/docs/about.html      |    2 +-
 httemplate/elements/header.html |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list