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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-advsearch.inc (-1 / +1 lines)
Lines 35-41 Link Here
35
                <li class="local">
35
                <li class="local">
36
                    <label for="branch">Library:</label>
36
                    <label for="branch">Library:</label>
37
                    <select id="branch" name="branch_filter">
37
                    <select id="branch" name="branch_filter">
38
                        <option value="">All</option>
38
                        <option value="">All libraries</option>
39
                        [%# FIXME Should not we filter the libraries? %]
39
                        [%# FIXME Should not we filter the libraries? %]
40
                        [% PROCESS options_for_libraries libraries => Branches.all( selected => branch_filter, unfiltered => 1 ) %]
40
                        [% PROCESS options_for_libraries libraries => Branches.all( selected => branch_filter, unfiltered => 1 ) %]
41
                    </select>
41
                    </select>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/subscriptions-search.inc (-1 / +1 lines)
Lines 30-36 Link Here
30
                    <li>
30
                    <li>
31
                        <label for="branch">Library:</label>
31
                        <label for="branch">Library:</label>
32
                        <select id="branch" name="branch_filter">
32
                        <select id="branch" name="branch_filter">
33
                            <option value="">All</option>
33
                            <option value="">>All libraries</option>
34
                            [%# FIXME Should not we filter the libraries? %]
34
                            [%# FIXME Should not we filter the libraries? %]
35
                            [% PROCESS options_for_libraries libraries => Branches.all( selected => branch_filter, unfiltered => 1 ) %]
35
                            [% PROCESS options_for_libraries libraries => Branches.all( selected => branch_filter, unfiltered => 1 ) %]
36
                        </select>
36
                        </select>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-1 / +1 lines)
Lines 430-436 Link Here
430
                            <li>
430
                            <li>
431
                                <label for="branch">Library:</label>
431
                                <label for="branch">Library:</label>
432
                                <select id="branch" name="branch">
432
                                <select id="branch" name="branch">
433
                                    <option value="">All</option>
433
                                    <option value="">All libraries</option>
434
                                    [%# FIXME Should not we filter the libraries %]
434
                                    [%# FIXME Should not we filter the libraries %]
435
                                    [% PROCESS options_for_libraries libraries => Branches.all( selected => branch, unfiltered => 1 ) %]
435
                                    [% PROCESS options_for_libraries libraries => Branches.all( selected => branch, unfiltered => 1 ) %]
436
                                </select>
436
                                </select>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +1 lines)
Lines 339-345 Link Here
339
                    <label for="branchlimit">Library: </label>
339
                    <label for="branchlimit">Library: </label>
340
                    <select name="branchlimit" id="branchlimit">
340
                    <select name="branchlimit" id="branchlimit">
341
                        [% IF CAN_user_superlibrarian || !Koha.Preference('IndependentBranches') %]
341
                        [% IF CAN_user_superlibrarian || !Koha.Preference('IndependentBranches') %]
342
                            <option value="">All</option>
342
                            <option value="">All libraries</option>
343
                        [% END %]
343
                        [% END %]
344
                        [% PROCESS options_for_libraries libraries => Branches.all( selected => branchlimit, only_from_group => 1 ) %]
344
                        [% PROCESS options_for_libraries libraries => Branches.all( selected => branchlimit, only_from_group => 1 ) %]
345
                    </select>
345
                    </select>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt (-1 / +1 lines)
Lines 64-70 Link Here
64
                                <label for="branchname" class="required"> Library branch</label>
64
                                <label for="branchname" class="required"> Library branch</label>
65
                                <select name="branch" id="branchname" required="required">
65
                                <select name="branch" id="branchname" required="required">
66
                                    <option value=""> Choose</option>
66
                                    <option value=""> Choose</option>
67
                                    <option value="*" selected="selected">All</option>
67
                                    <option value="*" selected="selected">All libraries</option>
68
                                    [% FOREACH library IN libraries %]
68
                                    [% FOREACH library IN libraries %]
69
                                        <option value="[% library.branchcode | html %]"> [% library.branchname | html %]</option>
69
                                        <option value="[% library.branchcode | html %]"> [% library.branchname | html %]</option>
70
                                    [% END %]
70
                                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt (-1 / +1 lines)
Lines 107-113 Link Here
107
                <li>
107
                <li>
108
                    <label>Transaction library</label>
108
                    <label>Transaction library</label>
109
                    <select name="branch" id="branch">
109
                    <select name="branch" id="branch">
110
                        <option value="ALL">All</option>
110
                        <option value="ALL">All libraries</option>
111
                        [% FOREACH branchloo IN branchloop %]
111
                        [% FOREACH branchloo IN branchloop %]
112
                            [% IF ( branchloo.selected ) %]
112
                            [% IF ( branchloo.selected ) %]
113
                                <option value="[% branchloo.branchcode | html %]" selected="selected">[% branchloo.branchname | html %]</option>
113
                                <option value="[% branchloo.branchcode | html %]" selected="selected">[% branchloo.branchname | html %]</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-1 / +1 lines)
Lines 143-149 Link Here
143
                    <li
143
                    <li
144
                        ><label for="branchfilter">Library: </label
144
                        ><label for="branchfilter">Library: </label
145
                        ><select name="branchfilter" id="branchfilter">
145
                        ><select name="branchfilter" id="branchfilter">
146
                            <option value="">All</option>
146
                            <option value="">All libraries</option>
147
                            [% PROCESS options_for_libraries libraries => Branches.all() %]
147
                            [% PROCESS options_for_libraries libraries => Branches.all() %]
148
                        </select></li
148
                        </select></li
149
                    >
149
                    >
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt (-2 / +1 lines)
Lines 46-52 Link Here
46
                        <li
46
                        <li
47
                            ><label for="branch">Library:</label>
47
                            ><label for="branch">Library:</label>
48
                            <select id="branch" name="branch">
48
                            <select id="branch" name="branch">
49
                                <option value="">All</option>
49
                                <option value="">All libraries</option>
50
                                [% PROCESS options_for_libraries libraries => Branches.all( selected => branch ) %]
50
                                [% PROCESS options_for_libraries libraries => Branches.all( selected => branch ) %]
51
                            </select>
51
                            </select>
52
                        </li>
52
                        </li>
53
- 

Return to bug 31736