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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc (-2 / +1 lines)
Lines 109-115 Link Here
109
                            <option value="B">OPAC - [% patron.firstname | html %] [% patron.surname | html %]</option>
109
                            <option value="B">OPAC - [% patron.firstname | html %] [% patron.surname | html %]</option>
110
                        </select>
110
                        </select>
111
                    </div>
111
                    </div>
112
                    [% bor_notes = AuthorisedValues.Get( 'BOR_NOTES' ) | html %]
112
                    [% bor_notes = AuthorisedValues.Get( 'BOR_NOTES' ) %]
113
                    [% IF bor_notes %]
113
                    [% IF bor_notes %]
114
                        <div class="form-group">
114
                        <div class="form-group">
115
                            <label for="select_patron_messages">Predefined notes: </label>
115
                            <label for="select_patron_messages">Predefined notes: </label>
116
- 

Return to bug 21663