@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt | 2 +- .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -1012,7 +1012,7 @@ window.open( "/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=add&filter=baskets_managers", 'UserSearchPopup', - 'width=840, height=500, scrollbars=yes, toolbar=no,' + 'width=1024, height=768, scrollbars=yes, toolbar=no,' ); } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -686,7 +686,7 @@ window.open( "/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=add", 'UserSearchPopup', - 'width=740, height=450, scrollbars=yes, toolbar=no,' + 'width=1024, height=768, scrollbars=yes, toolbar=no,' ); } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -497,7 +497,7 @@ function userPopup() { window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=add&filter=funds_users", 'PatronPopup', - 'width=740,height=450,location=yes,toolbar=no,' + 'width=1024,height=768,location=yes,toolbar=no,' + 'scrollbars=yes,resize=yes' ); } @@ -505,7 +505,7 @@ function ownerPopup() { window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=select&filter=funds_owners", 'PatronPopup', - 'width=740,height=450,location=yes,toolbar=no,' + 'width=1024,height=768,location=yes,toolbar=no,' + 'scrollbars=yes,resize=yes' ); } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt @@ -187,7 +187,7 @@ if (bor_nums.value == '') { window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,dateexpiry,borrowernotes,action&selection_type=add", 'PatronPopup', - 'width=840,height=500,location=yes,toolbar=no,' + 'width=1024,height=768,location=yes,toolbar=no,' + 'scrollbars=yes,resize=yes'); } else { document.forms["add_by_bor_num"].submit(); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt @@ -144,7 +144,7 @@ function userPopup() { window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=add", 'PatronPopup', - 'width=740,height=450,location=yes,toolbar=no,' + 'width=1024,height=768,scrollbars=yes,toolbar=no,' + 'scrollbars=yes,resize=yes' ); } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -1220,7 +1220,7 @@ tab = selected_tab; window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,branch,category,action&selection_type=select&callback=select_manager&filter=suggestions_managers", 'PatronPopup', - 'width=740,height=450,location=yes,toolbar=no,' + 'width=1024,height=768,scrollbars=yes,toolbar=no,' + 'scrollbars=yes,resize=yes' ); } @@ -1257,7 +1257,7 @@ function editSuggesterPopup() { window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,branch,category,action&selection_type=select&callback=select_suggester", 'PatronPopup', - 'width=740,height=450,location=yes,toolbar=no,' + 'width=1024,height=768,scrollbars=yes,toolbar=no,' + 'scrollbars=yes,resize=yes' ); } --