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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-3 / +2 lines)
Lines 186-198 Link Here
186
                                                [% IF ( branchcode_required ) %]
186
                                                [% IF ( branchcode_required ) %]
187
                                                    <label for="branch" class="required">Library:</label>
187
                                                    <label for="branch" class="required">Library:</label>
188
                                                    <select name="branchcode" id="branch" required="required">
188
                                                    <select name="branchcode" id="branch" required="required">
189
                                                        [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode ) %]
189
                                                        [% PROCESS options_for_libraries libraries => Branches.all %]
190
                                                    </select>
190
                                                    </select>
191
                                                    <span class="required">Required</span>
191
                                                    <span class="required">Required</span>
192
                                                [% ELSE %]
192
                                                [% ELSE %]
193
                                                    <label for="branch">Library:</label>
193
                                                    <label for="branch">Library:</label>
194
                                                    <select name="branchcode" id="branch">
194
                                                    <select name="branchcode" id="branch">
195
                                                        [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode ) %]
195
                                                        [% PROCESS options_for_libraries libraries => Branches.all %]
196
                                                    </select>
196
                                                    </select>
197
                                                [% END %]
197
                                                [% END %]
198
                                            </li>
198
                                            </li>
199
- 

Return to bug 28569