From f4d9fff3c3925e9c4637fbfbc22b824a3539f39c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 13 Jun 2015 23:08:41 -0700 Subject: UI spring cleaning: menu/search bar --- httemplate/elements/header.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'httemplate/elements/header.html') diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index a9e74babf..014ac6e5e 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -75,18 +75,18 @@ Example: % if ( $mobile ) { - + - + <% include('searchbar-combined.html') |n %> % } else { - + @@ -96,27 +96,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 +128,7 @@ Example: - + @@ -142,7 +142,7 @@ Example: % if ( $menu_position eq 'left' ) { - + -- cgit v1.2.1