@@ -, +, @@ --- .../prog/en/modules/members/boraccount.tt | 24 +++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt @@ -14,7 +14,8 @@ $(document).ready(function() { 'aaSorting': [[0, 'desc']], "sDom": 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>', "aoColumnDefs": [ - { "sType": "title-string", "aTargets" : [ "title-string" ] } + { "sType": "title-string", "aTargets" : [ "title-string" ] }, + { "aTargets": [ -1, -2 ], "bSortable": false, "bSearchable": false } ] })); $("#filter_c").html('

'+txtActivefilter+''); @@ -66,9 +67,10 @@ $(document).ready(function() { Amount Outstanding [% IF ( reverse_col ) %] -   + Actions + [% ELSE %] +   [% END %] - Print @@ -105,19 +107,19 @@ $(document).ready(function() { [% IF ( account.amountcredit ) %][% ELSE %][% END %][% account.amount %] [% IF ( account.amountoutstandingcredit ) %][% ELSE %][% END %][% account.amountoutstanding %] [% IF ( reverse_col ) %] - - [% IF ( account.payment ) %] - Reverse + + [% IF ( account.payment ) %] + Reverse [% ELSE %] -   +   [% END %] - [% END %] - + [% END %] + [% IF ( account.payment ) %] - Print + Print [% ELSE %] - Print + Print [% END %] --