View | Details | Raw Unified | Return to bug 30404
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +1 lines)
Lines 1012-1018 Link Here
1012
            window.open(
1012
            window.open(
1013
                "/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=add&filter=baskets_managers",
1013
                "/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=add&filter=baskets_managers",
1014
                'UserSearchPopup',
1014
                'UserSearchPopup',
1015
                'width=840, height=500, scrollbars=yes, toolbar=no,'
1015
                'width=1024, height=768, scrollbars=yes, toolbar=no,'
1016
             );
1016
             );
1017
        }
1017
        }
1018
1018
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-1 / +1 lines)
Lines 686-692 Link Here
686
            window.open(
686
            window.open(
687
                "/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=add",
687
                "/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=add",
688
                'UserSearchPopup',
688
                'UserSearchPopup',
689
                'width=740, height=450, scrollbars=yes, toolbar=no,'
689
                'width=1024, height=768, scrollbars=yes, toolbar=no,'
690
             );
690
             );
691
        }
691
        }
692
692
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-2 / +2 lines)
Lines 497-503 Link Here
497
            function userPopup() {
497
            function userPopup() {
498
                window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=add&filter=funds_users",
498
                window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=add&filter=funds_users",
499
                    'PatronPopup',
499
                    'PatronPopup',
500
                    'width=740,height=450,location=yes,toolbar=no,'
500
                    'width=1024,height=768,location=yes,toolbar=no,'
501
                    + 'scrollbars=yes,resize=yes'
501
                    + 'scrollbars=yes,resize=yes'
502
                );
502
                );
503
            }
503
            }
Lines 505-511 Link Here
505
            function ownerPopup() {
505
            function ownerPopup() {
506
                window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=select&filter=funds_owners",
506
                window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=select&filter=funds_owners",
507
                    'PatronPopup',
507
                    'PatronPopup',
508
                    'width=740,height=450,location=yes,toolbar=no,'
508
                    'width=1024,height=768,location=yes,toolbar=no,'
509
                    + 'scrollbars=yes,resize=yes'
509
                    + 'scrollbars=yes,resize=yes'
510
                );
510
                );
511
            }
511
            }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-1 / +1 lines)
Lines 187-193 Link Here
187
            if (bor_nums.value == '') {
187
            if (bor_nums.value == '') {
188
                window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,dateexpiry,borrowernotes,action&selection_type=add",
188
                window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,dateexpiry,borrowernotes,action&selection_type=add",
189
               'PatronPopup',
189
               'PatronPopup',
190
               'width=840,height=500,location=yes,toolbar=no,'
190
               'width=1024,height=768,location=yes,toolbar=no,'
191
               + 'scrollbars=yes,resize=yes');
191
               + 'scrollbars=yes,resize=yes');
192
            } else {
192
            } else {
193
                document.forms["add_by_bor_num"].submit();
193
                document.forms["add_by_bor_num"].submit();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt (-1 / +1 lines)
Lines 144-150 Link Here
144
        function userPopup() {
144
        function userPopup() {
145
            window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=add",
145
            window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=add",
146
                'PatronPopup',
146
                'PatronPopup',
147
                'width=740,height=450,location=yes,toolbar=no,'
147
                'width=1024,height=768,scrollbars=yes,toolbar=no,'
148
                + 'scrollbars=yes,resize=yes'
148
                + 'scrollbars=yes,resize=yes'
149
            );
149
            );
150
        }
150
        }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-3 / +2 lines)
Lines 1220-1226 Link Here
1220
            tab = selected_tab;
1220
            tab = selected_tab;
1221
            window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,branch,category,action&selection_type=select&callback=select_manager&filter=suggestions_managers",
1221
            window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,branch,category,action&selection_type=select&callback=select_manager&filter=suggestions_managers",
1222
                'PatronPopup',
1222
                'PatronPopup',
1223
                'width=740,height=450,location=yes,toolbar=no,'
1223
                'width=1024,height=768,scrollbars=yes,toolbar=no,'
1224
                + 'scrollbars=yes,resize=yes'
1224
                + 'scrollbars=yes,resize=yes'
1225
            );
1225
            );
1226
        }
1226
        }
Lines 1257-1263 Link Here
1257
        function editSuggesterPopup() {
1257
        function editSuggesterPopup() {
1258
            window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,branch,category,action&selection_type=select&callback=select_suggester",
1258
            window.open("/cgi-bin/koha/members/search.pl?columns=cardnumber,name,branch,category,action&selection_type=select&callback=select_suggester",
1259
                'PatronPopup',
1259
                'PatronPopup',
1260
                'width=740,height=450,location=yes,toolbar=no,'
1260
                'width=1024,height=768,scrollbars=yes,toolbar=no,'
1261
                + 'scrollbars=yes,resize=yes'
1261
                + 'scrollbars=yes,resize=yes'
1262
            );
1262
            );
1263
        }
1263
        }
1264
- 

Return to bug 30404