Merge branch 'patch-5' of https://github.com/gjones2/Freeside (#13854 as this bug...
authorIvan Kohler <ivan@freeside.biz>
Thu, 20 Dec 2012 06:56:58 +0000 (22:56 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 20 Dec 2012 06:56:58 +0000 (22:56 -0800)
httemplate/elements/searchbar-cust_bill.html

index 7d24fbe..169315b 100644 (file)
@@ -8,7 +8,7 @@
     <BR>
     <INPUT TYPE="submit" VALUE="<% mt('Search invoices') |h %>" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
   </FORM>
-  <% $menu_position eq 'left' ? '<BR><BR>' : '' %>
+  <% $menu_position eq 'left' ? '<BR><BR>' : '' |n %>
 
 % }