diff options
author | levinse <levinse> | 2011-05-18 01:49:08 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-18 01:49:08 +0000 |
commit | 16c3fc46b67dc42c0404fc93aa54ce61be5f08f9 (patch) | |
tree | 61b1814eb197ef3b47833d3df04bf6b4aa760fa8 /httemplate/search/cust_svc.html | |
parent | 6e3a9df538c2aecccebdd3903447eb62793465bb (diff) |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/search/cust_svc.html')
-rw-r--r-- | httemplate/search/cust_svc.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/httemplate/search/cust_svc.html b/httemplate/search/cust_svc.html index a2cdc8a2d..72ecb8e35 100644 --- a/httemplate/search/cust_svc.html +++ b/httemplate/search/cust_svc.html @@ -1,11 +1,11 @@ -<% include( 'elements/search.html', - 'title' => 'Service search results', - 'name' => 'services', +<& elements/search.html, + 'title' => emt('Service search results'), + 'name' => emt('services'), 'query' => $sql_query, 'count_query' => $count_query, 'redirect' => $link, - 'header' => [ '#', - 'Service', + 'header' => [ emt('#'), + emt('Service'), # package? FS::UI::Web::cust_header(), ], @@ -36,8 +36,7 @@ '', FS::UI::Web::cust_styles(), ], - ) -%> +&> <%init> die "access denied" |