diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-12-19 22:56:37 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-12-19 22:56:37 -0800 |
commit | a69f8a2b55163b5f0eac908918e46a3eb3bd2290 (patch) | |
tree | 1247a9404bd7080d968953d2c41caf8338a426a3 /httemplate | |
parent | 431c9ca4fab151862bd24322bf8a1f9252fb38fc (diff) | |
parent | 206a713bed7ae16c8ed6aa607de126c42d1b6a70 (diff) |
Merge branch 'patch-4' of https://github.com/gjones2/Freeside (#13854 as this bug cropped up with RT4)
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/searchbar-address2.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/searchbar-address2.html b/httemplate/elements/searchbar-address2.html index d5e2b37d7..5f3b1f233 100644 --- a/httemplate/elements/searchbar-address2.html +++ b/httemplate/elements/searchbar-address2.html @@ -6,7 +6,7 @@ <BR> <INPUT TYPE="submit" VALUE="Search units" 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>' : '' %> + <% $menu_position eq 'left' ? '<BR>' : '' |n %> % } |