X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Felements%2Freport_cust_pay_or_refund.html;h=ac63935a5f3648ac6f9033ac4fafcbfd53b73b98;hb=2db5d3e1c4d5a48ad15b59efd2f66957937421aa;hp=9af4e33dce570aa40e46c84f1ccd165d7ab07ad4;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/httemplate/search/elements/report_cust_pay_or_refund.html b/httemplate/search/elements/report_cust_pay_or_refund.html index 9af4e33dc..ac63935a5 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: ) -<% include('/elements/header.html', $title ) %> +<& /elements/header.html, emt($title) &>
@@ -23,7 +23,7 @@ Examples: - Search options + <% mt('Search options') |h %> @@ -31,18 +31,18 @@ Examples: <% ucfirst(PL($name_singular)) %> of type: @@ -64,71 +64,66 @@ Examples: - Check #: + <% mt('Check #:') |h %> - <% include( '/elements/tr-select-agent.html', + <& /elements/tr-select-agent.html, 'curr_value' => scalar($cgi->param('agentnum')), - 'label' => 'for agent: ', + 'label' => emt('for agent: '), 'disable_empty' => 0, - ) - %> + &> - <% include( '/elements/tr-select-user.html' ) %> + <& /elements/tr-select-user.html &> - Payment + <% mt('Payment') |h %> - <% include( '/elements/tr-input-beginning_ending.html', + <& /elements/tr-input-beginning_ending.html, layout => 'horiz', - ) - %> + &>
% if ( $void ) { - Voided + <% mt('Voided') |h %> - <% include( '/elements/tr-input-beginning_ending.html', + <& /elements/tr-input-beginning_ending.html, prefix => 'void', layout => 'horiz', - ) - %> + &>
% } - <% include( '/elements/tr-input-lessthan_greaterthan.html', - 'label' => 'Amount', - 'field' => 'paid', - ) - %> + <& /elements/tr-input-lessthan_greaterthan.html, + 'label' => emt('Amount'), + 'field' => 'paid', + &> % if ( $table eq 'cust_pay' ) { - <% include( '/elements/tr-checkbox.html', - 'label' => 'Include tax names', - 'field' => 'tax_names', + <& /elements/tr-checkbox.html, + 'label' => emt('Include tax names'), + 'field' => 'tax_names', 'value' => 1, - ) - %> + &> % }
- +
-<% include('/elements/footer.html') %> +<& /elements/footer.html &> <%init> my %opt = @_;