X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Felements%2Fheader.html;h=0174e1f92e60689dcf85a52d4d9fceceb5123d2f;hb=0ed195595b5c7ea404c8848d9d1881ada4214489;hp=a9e74babfad6feabf9a39c9321a61faf09cb9d01;hpb=ee2d87613c1720cdf4f97e2ee0dcc1f8dfa781ff;p=freeside.git diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index a9e74babf..0174e1f92 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -23,7 +23,7 @@ Example: - <% $title %> + <% $title_noescape || encode_entities($title) %> @@ -42,6 +42,7 @@ Example: ) |n %> + <% include('init_overlib.html') |n %> <% include('rs_init_object.html') |n %> @@ -75,18 +76,18 @@ Example: % if ( $mobile ) { - + - + <% include('searchbar-combined.html') |n %> % } else { - + @@ -96,27 +97,27 @@ Example: - + <% include('searchbar-prospect.html') |n %> - + <% include('searchbar-cust_main.html') |n %> - + <% include('searchbar-address2.html') |n %> - + <% include('searchbar-cust_bill.html') |n %> - + <% include('searchbar-cust_svc.html') |n %> - + <% include('searchbar-ticket.html') |n %> % } @@ -128,7 +129,7 @@ Example: - + @@ -142,7 +143,7 @@ Example: % if ( $menu_position eq 'left' ) { - + @@ -157,6 +158,8 @@ Example: +% } else { #$menu_position eq 'top' +
% } %# page content starts here @@ -166,7 +169,7 @@ Example: % unless ( $nobr ) { -

+
% } <% $menubar !~ /^\s*$/ ? "$menubar

" : '' %>