From f730d87f22759e29903e0ef5db79f100fa1b3857 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 11 Jan 2018 18:53:33 +0000 Subject: [PATCH] Bug 19960: Update popup window templates to use Bootstrap grid: Add to list This patch updates add-to-list template to use the Bootstrap grid instead of the YUI grid. To test, open the detail page for a bibliographic record in the staff client and choose "Add to -> List." The resulting pop-up window should look correct. Signed-off-by: Zoe Bennett --- .../prog/en/modules/virtualshelves/addbybiblionumber.tt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt index 3635a7a..2c12401 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt @@ -1,11 +1,10 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Add to list [% INCLUDE 'doc-head-close.inc' %] - + +
[% UNLESS (authorized) %]

@@ -14,8 +13,7 @@ Close this window.

[% ELSE %] -
-
+ [% IF ( multiple ) %]

Add [% total %] items to [% IF ( singleshelf ) %][% shelfname | html%]: [% ELSE %]a list:[% END %]

[% ELSE %] @@ -113,7 +111,6 @@ -
[% SET popup_window = 1 %] [% INCLUDE 'intranet-bottom.inc' %] [% END %] -- 2.1.4