summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-12-19 23:31:49 -0800
committerIvan Kohler <ivan@freeside.biz>2012-12-19 23:31:49 -0800
commitdfe7dc2e2fd943016ce324609d532f5429deb1dd (patch)
tree1963d04449bc5a0587e0e3d27057550720a53cd9 /httemplate
parenta72a10f754f7465121d6137bb3dcee0a21ea6443 (diff)
translate 'Adv' in prospect searchbar, thanks to Fernando M. Kiernan for the patch
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/searchbar-prospect.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/searchbar-prospect.html b/httemplate/elements/searchbar-prospect.html
index ac363796e..a604467b1 100644
--- a/httemplate/elements/searchbar-prospect.html
+++ b/httemplate/elements/searchbar-prospect.html
@@ -2,7 +2,7 @@
<FORM ACTION="<%$fsurl%>search/prospect_main.html" METHOD="GET" STYLE="margin:0">
<INPUT NAME="search_prospect" TYPE="text" VALUE="<% $prospect_label |n %>" STYLE="width:<%$width%>" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
- <A HREF="<%$fsurl%>search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
+ <A HREF="<%$fsurl%>search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px"><% mt('Adv') |h %></A>
<INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
</FORM>
<% $menu_position eq 'left' ? '<BR>' : '' |n %>