diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-08-18 14:52:35 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-08-18 14:57:45 -0700 |
| commit | 01c085c7bb70af2eafd5c6bb545a2e51a720623d (patch) | |
| tree | 894c54240c4bbd229c8856c5d6a51b4e8540b065 /httemplate/elements/searchbar-address2.html | |
| parent | b6985d605ab82cb1821807ef50ce359546c13243 (diff) | |
localize header / merge github#56
Diffstat (limited to 'httemplate/elements/searchbar-address2.html')
| -rw-r--r-- | httemplate/elements/searchbar-address2.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/searchbar-address2.html b/httemplate/elements/searchbar-address2.html index 5f3b1f233..047db89ab 100644 --- a/httemplate/elements/searchbar-address2.html +++ b/httemplate/elements/searchbar-address2.html @@ -4,7 +4,7 @@ <INPUT TYPE="hidden" NAME="address2_on" VALUE="1"> <INPUT NAME="address2_text" TYPE="text" VALUE="<% $address2_label |n %>" STYLE="width:67px" onFocus="clearhint_search_address2(this);" onClick="clearhint_search_address2(this);" CLASS="fstext"> <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"> + <INPUT TYPE="submit" VALUE="<% mt("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>' : '' |n %> @@ -20,7 +20,7 @@ </SCRIPT> <%once> -my $address2_label = '(Unit #)'; +my $address2_label = mt('(Unit #)'); </%once> <%init> |
