X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_credit.html;h=dbab66ae53471bb3c193631e7726c4a3855bc7ec;hb=8dba5cb96454bf8ec81333ebac381180731396f1;hp=16a75ebf495408e9e29067d6cd0d7b8952d0d0e5;hpb=0f239ed9a3d20edc4974eed38d2816f20185aefc;p=freeside.git diff --git a/httemplate/search/report_cust_credit.html b/httemplate/search/report_cust_credit.html index 16a75ebf4..dbab66ae5 100644 --- a/httemplate/search/report_cust_credit.html +++ b/httemplate/search/report_cust_credit.html @@ -1,4 +1,4 @@ -<% include('/elements/header.html', $title ) %> +<& /elements/header.html, mt($title) &>
@@ -6,35 +6,32 @@ - <% include( '/elements/tr-select-user.html', - 'label' => 'Credits by employee: ', + <& /elements/tr-select-user.html, + 'label' => emt('Credits by employee: '), 'access_user' => \%access_user, - ) - %> + &> - <% 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-input-beginning_ending.html' ) %> + <& /elements/tr-input-beginning_ending.html &> - <% include( '/elements/tr-input-lessthan_greaterthan.html', - 'label' => 'Amount', - 'field' => 'amount', - ) - %> + <& /elements/tr-input-lessthan_greaterthan.html, + 'label' => emt('Amount'), + 'field' => 'amount', + &>

- +
-<% include('/elements/footer.html') %> +<& /elements/footer.html &> <%init>