@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/members/boraccount.tt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 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 @@ -107,7 +109,7 @@ $(document).ready(function() { [% IF ( reverse_col ) %] [% IF ( account.payment ) %] - Reverse + Reverse [% ELSE %]   [% END %] @@ -115,9 +117,9 @@ $(document).ready(function() { [% END %] [% IF ( account.payment ) %] - Print + Print [% ELSE %] - Print + Print [% END %] --