From 51e87fad9c35a8ffd20160a82e49aa2d7d3dc24d Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Sat, 15 Sep 2018 22:36:40 +0000 Subject: [PATCH] Bug 21333: (follow-up) Make link a button --- .../intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt index fdf87b8..e407ec7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt @@ -41,9 +41,6 @@
  • [% total | html %] records in file
  • [% import_errors | html %] records not staged because of MARC error
  • [% staged | html %] records staged
  • -[% IF basketno && booksellerid %] -
  • Add staged files to basket
  • -[% END %] [% IF ( checked_matches ) %]
  • [% matched | html %] records with at least one match in catalog per matching rule "[% matcher_code | html %]"
  • @@ -61,6 +58,11 @@
  • New label batch created: # [% label_batch | html %]
  • [% END %] +[% IF basketno && booksellerid %] +

    + Add staged files to basket +

    +[% END %] [% ELSE %]