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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-3 / +2 lines)
Lines 178-186 Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div> Link Here
178
            <label for="branch">Library: </label>
178
            <label for="branch">Library: </label>
179
            <select id="branch" name="branch">
179
            <select id="branch" name="branch">
180
                [% IF ( branchcode == "" ) %]
180
                [% IF ( branchcode == "" ) %]
181
                <option value="" selected>All Libraries</option>
181
                <option value="" selected>All libraries</option>
182
                [% ELSE %]
182
                [% ELSE %]
183
                <option value=""         >All Libraries</option>
183
                <option value=""         >All libraries</option>
184
                [% END %]
184
                [% END %]
185
                [% FOREACH branch_item IN branch_list %]
185
                [% FOREACH branch_item IN branch_list %]
186
                [% IF ( branch_item.value.branchcode == branchcode ) %]
186
                [% IF ( branch_item.value.branchcode == branchcode ) %]
187
- 

Return to bug 12699