X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpayment_history%2Finvoice.html;h=fe14d3e549d49f477165fa29ddcf0084bf15e362;hb=170aa1e8078280e7c03a6ebfc67280de66fa1b9d;hp=c0d32df4d93ff306a8313ebf847fa705a6de5c68;hpb=40a7b3dc653e099f7bd0bd762b649b04c4432db2;p=freeside.git diff --git a/httemplate/view/cust_main/payment_history/invoice.html b/httemplate/view/cust_main/payment_history/invoice.html index c0d32df4d..fe14d3e54 100644 --- a/httemplate/view/cust_main/payment_history/invoice.html +++ b/httemplate/view/cust_main/payment_history/invoice.html @@ -1,5 +1,4 @@ -<% $link %><% $pre %>Invoice #<% $cust_bill->display_invnum %> -(Balance $ <% $cust_bill->owed %>)<% $post %><% $link ? '' : '' %><% $delete %><% $events %> +<% $link %><% $invoice %><% $link ? '' : '' %><% $delete %><% $events %> <%init> my( $cust_bill, %opt ) = @_; @@ -8,11 +7,11 @@ my $conf = new FS::Conf; my $curuser = $FS::CurrentUser::CurrentUser; -my($pre, $post) = ('', ''); -if ( $cust_bill->owed > 0 ) { - $pre = 'Open '; - $post = ''; -} +my $invoice = mt("Invoice #[_1] (Balance [_2])",$cust_bill->display_invnum,$cust_bill->owed); +$invoice = '' . + mt("Open Invoice #[_1] (Balance [_2])",$cust_bill->display_invnum,$cust_bill->owed) . + '' +if ( $cust_bill->owed > 0 ); my $invnum = $cust_bill->invnum; @@ -26,7 +25,7 @@ if ( $opt{'deleteinvoices'} && $curuser->access_right('Delete invoices') ) { qq!${p}misc/delete-cust_bill.html?$invnum',!. qq!'Are you sure you want to delete this invoice?')"!. qq! TITLE="Delete this invoice from the database completely"!. - qq!>delete)!; + mt('delete') . ')'; } my $events = ''; @@ -38,7 +37,7 @@ if ( $cust_bill->num_cust_event ) { $events = qq!
( View invoice events )'; + '">( '.mt('View invoice events').' )'; } #