From b380d6cabb8e9cc08eae7ada4d45ef3497f9e77f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 16 Jun 2015 17:39:16 +0200 Subject: [PATCH] Bug 14253: (follow-up) Same fix for the basket page Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index 82ffde4..47fefeb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -105,7 +105,7 @@ window.open( "/cgi-bin/koha/acqui/add_user_search.pl", 'UserSearchPopup', - 'width=740,height=450,toolbar=no,' + 'width=740, height=450, scrollbars=yes, toolbar=no,' ); } -- 2.1.0