From ac6c650a8f07d58a4689d544e3a47db49045070f Mon Sep 17 00:00:00 2001 From: Maryse Simard Date: Wed, 17 Jul 2019 09:41:09 -0400 Subject: [PATCH] Bug 7468: (follow-up) fix label-edit-range template Edit the labels/label-edit-range.tt template to follow current standards : - Use footer javascript - Use bootstrap grid - Use jQuery Validation plugin for validation Also fixes breadcrumbs to be more specific. To test: Make sure the page looks correct and still works as expected. Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- .../prog/en/modules/labels/label-edit-range.tt | 168 ++++++++++----------- 1 file changed, 77 insertions(+), 91 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt index a48ced2758..4a5bc5a7e4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt @@ -1,11 +1,57 @@ +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - Koha › Tools › Label creator + Koha › Tools › Label creator › Barcode range [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'greybox.inc' %] - [% IF ( bidi ) %] - - [% END %] - - - - [% INCLUDE 'header.inc' %] - [% INCLUDE 'cat-search.inc' %] - -
-
-
-
-
- [% INCLUDE 'labels-toolbar.inc' %] -
+[% END %] -
-

Print barcode range

-
-
-
-
-
    -
  1. - -
  2. -
  3. - - - -
    -
  4. -
  5. - - - -
    -
  6. -
-
-
-
- -
-
-
- [% INCLUDE 'tools-menu.inc' %] -
-
- [% INCLUDE 'intranet-bottom.inc' %] +[% INCLUDE 'intranet-bottom.inc' %] \ No newline at end of file -- 2.11.0