@@ -, +, @@ --- .../prog/en/modules/cataloguing/z3950_search.tt | 38 ++++++++++++---------- 1 file changed, 21 insertions(+), 17 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt @@ -12,7 +12,7 @@ $(document).ready(function(){ $("#resultst").dataTable($.extend(true, {}, dataTablesDefaults, { "sDom": 't', "aoColumnDefs": [ - { "aTargets": [ -1,-2,-3 ], "bSortable": false, "bSearchable": false }, + { "aTargets": [ -1,-2 ], "bSortable": false, "bSearchable": false }, { "aTargets": [ 1 ], "sType": "nsb-nse" }, ], "aaSorting": [[ 1, "asc" ]], @@ -102,7 +102,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : [% END %] -
Cancel
+
Cancel
@@ -144,9 +144,8 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Edition ISBN LCCN - MARC - Card -   + View +   [% FOREACH breeding_loo IN breeding_loop %] [% IF ( breeding_loo.breedingid ) %] @@ -159,9 +158,8 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : [% breeding_loo.edition %] [% breeding_loo.isbn %] [% breeding_loo.lccn %] - MARC - Card - Import + MARC Card + Import [% END %] [% END %] @@ -201,20 +199,26 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : [% END %] - [% IF ( show_prevbutton ) %] - - [% END %] - Page [% current_page %] / [% total_pages %] - [% IF ( show_nextbutton ) %] - - [% END %] -
Go to page : +
+ [% IF ( show_prevbutton ) %] + + [% END %] + Page [% current_page %] / [% total_pages %] + [% IF ( show_nextbutton ) %] + + [% END %] +
+
+ Go to page : +
[% ELSE %]
Nothing found.
[% END %] -

+
+
+
[% END %] --