summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-27 02:25:43 +0000
committerlevinse <levinse>2011-05-27 02:25:43 +0000
commit8ef00c68688492b2afa3dde8d3d467f89f238c40 (patch)
tree925ca79783058b15176eafa993b3e636c9f5b1f6 /httemplate/search
parent82879083dd2efddf02192ad48ad0e46e1a16662b (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/search')
-rwxr-xr-xhttemplate/search/cust_main.cgi2
-rw-r--r--httemplate/search/elements/report_cust_pay_or_refund.html2
-rw-r--r--httemplate/search/report_cust_bill.html2
-rw-r--r--httemplate/search/report_cust_credit.html2
-rwxr-xr-xhttemplate/search/report_cust_main.html2
-rwxr-xr-xhttemplate/search/report_receivables.html2
6 files changed, 6 insertions, 6 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi
index 8b67215..b8af1fd 100755
--- a/httemplate/search/cust_main.cgi
+++ b/httemplate/search/cust_main.cgi
@@ -8,7 +8,7 @@
% errorpage(emt("No matching customers found!"));
% } # errorpage quits, so we don't need an 'else' below
-<& /elements/header.html, emt("Customer Search Results"), '' &>
+<& /elements/header.html, mt("Customer Search Results"), '' &>
% $total ||= scalar(@cust_main);
<% mt("[_1] matching customers found",$total) |h %>
diff --git a/httemplate/search/elements/report_cust_pay_or_refund.html b/httemplate/search/elements/report_cust_pay_or_refund.html
index ac63935..a2b90b4 100644
--- a/httemplate/search/elements/report_cust_pay_or_refund.html
+++ b/httemplate/search/elements/report_cust_pay_or_refund.html
@@ -13,7 +13,7 @@ Examples:
)
</%doc>
-<& /elements/header.html, emt($title) &>
+<& /elements/header.html, mt($title) &>
<FORM ACTION="<% $table %>.html" METHOD="GET">
<INPUT TYPE="hidden" NAME="magic" VALUE="_date">
diff --git a/httemplate/search/report_cust_bill.html b/httemplate/search/report_cust_bill.html
index 79f244f..4be5f73 100644
--- a/httemplate/search/report_cust_bill.html
+++ b/httemplate/search/report_cust_bill.html
@@ -1,4 +1,4 @@
-<& /elements/header.html, emt('Invoice Report') &>
+<& /elements/header.html, mt('Invoice Report') &>
<FORM ACTION="cust_bill.html" METHOD="GET">
<INPUT TYPE="hidden" NAME="magic" VALUE="_date">
diff --git a/httemplate/search/report_cust_credit.html b/httemplate/search/report_cust_credit.html
index 50a5bfc..dbab66a 100644
--- a/httemplate/search/report_cust_credit.html
+++ b/httemplate/search/report_cust_credit.html
@@ -1,4 +1,4 @@
-<& /elements/header.html, emt($title) &>
+<& /elements/header.html, mt($title) &>
<FORM ACTION="cust_credit.html" METHOD="GET">
<INPUT TYPE="hidden" NAME="magic" VALUE="_date">
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html
index d4ed2ad..0ef5a51 100755
--- a/httemplate/search/report_cust_main.html
+++ b/httemplate/search/report_cust_main.html
@@ -1,4 +1,4 @@
-<& /elements/header.html, emt('Customer Report') &>
+<& /elements/header.html, mt('Customer Report') &>
<FORM ACTION="cust_main.html" METHOD="GET">
<INPUT TYPE="hidden" NAME="magic" VALUE="bill">
diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html
index e19877d..19f8635 100755
--- a/httemplate/search/report_receivables.html
+++ b/httemplate/search/report_receivables.html
@@ -1,4 +1,4 @@
-<& /elements/header.html, emt('Accounts Receivable Aging Summary') &>
+<& /elements/header.html, mt('Accounts Receivable Aging Summary') &>
<FORM NAME="OneTrueForm" ACTION="report_receivables.cgi" METHOD="GET">