From 32f73efd56a0279d973c3beeb5a7984de0e54be3 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 5 Dec 2017 15:26:58 +0000 Subject: [PATCH] Bug 19751: Holds awaiting pickup report should not be fixed-width This patch changes the grid used for the holds awaiting pickup report so that the results are full page and fluid instead of fixed-width. To test, apply this patch and the patch for Bug 19700 if necessary. View the holds awaiting pickup report. The report should fluidly fill the page width. Test with the CircSidebar system preference enabled and disabled. Signed-off-by: George Williams Signed-off-by: BWS Sandboxes --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt index 215d058..b703728 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt @@ -17,7 +17,7 @@ › Holds awaiting pickup -[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %] +[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]
-- 2.1.4