diff options
Diffstat (limited to 'httemplate/search')
| -rwxr-xr-x | httemplate/search/cust_main.cgi | 2 | ||||
| -rw-r--r-- | httemplate/search/elements/report_cust_pay_or_refund.html | 2 | ||||
| -rw-r--r-- | httemplate/search/report_cust_bill.html | 2 | ||||
| -rw-r--r-- | httemplate/search/report_cust_credit.html | 2 | ||||
| -rwxr-xr-x | httemplate/search/report_cust_main.html | 2 | ||||
| -rwxr-xr-x | httemplate/search/report_receivables.html | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index 8b67215bc..b8af1fdc4 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 ac63935a5..a2b90b47d 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 79f244f61..4be5f73a7 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 50a5bfcf8..dbab66ae5 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 d4ed2ad87..0ef5a5196 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 e19877d06..19f863525 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"> |
