[freeside-commits] branch master updated. 5e0a78a1dca6d39ea70c8c01002024929e36f2d8

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


The branch, master has been updated
       via  5e0a78a1dca6d39ea70c8c01002024929e36f2d8 (commit)
      from  dcf60589abb9f6c0b1b1c53e57a6afe8a64aee80 (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 5e0a78a1dca6d39ea70c8c01002024929e36f2d8
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Aug 21 00:13:22 2014 -0700

    fix company_logo link under RT, RT#28457

diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html
index 766d3ec..30a6189 100644
--- a/httemplate/elements/header.html
+++ b/httemplate/elements/header.html
@@ -51,7 +51,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>

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

Summary of changes:
 httemplate/elements/header.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list