@@ -, +, @@ screen - Test the select all/select none links and confirm that they work as expected. - Confirm that the structural changes to the form look okay. --- .../prog/en/includes/branch-selector.inc | 5 +- .../intranet-tmpl/prog/en/modules/tools/export.tt | 69 +++++++++++++++------- 2 files changed, 50 insertions(+), 24 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/branch-selector.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/branch-selector.inc @@ -6,13 +6,14 @@ END; END %]
+

Select all | Select none

[% FOREACH branch IN branches %]
[% IF branch.selected || (selectall == 1) %] - + [% ELSE %] - + [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt @@ -1,5 +1,5 @@ [% INCLUDE 'doc-head-open.inc' %] -Koha › Tools › MARC export +Koha › Tools › Export data [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] - +
@@ -52,7 +65,8 @@ $(document).ready(function() {
Select records to export -
  1. +
      +
    1. @@ -80,25 +94,36 @@ $(document).ready(function() { [% INCLUDE 'branch-selector.inc' branches = branchloop %] -
    2. - - -
    3. -
    4. - - -
    5. -
    6. Accession date (inclusive): -
      • - - -
      • -
      • - -
      • -
    +
+ +
+ Call number range +
    +
  1. + + +
  2. +
  3. + + +
  4. +
+
+ +
+ Accession date (inclusive) +
    +
  1. + + +
  2. +
  3. + + +
  4. +
+
+
--