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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/cancel_booking.inc (-2 / +1 lines)
Lines 16-22 Link Here
16
                        [% SET booking_cancellation = AuthorisedValues.GetAuthValueDropbox('BOOKING_CANCELLATION') %]
16
                        [% SET booking_cancellation = AuthorisedValues.GetAuthValueDropbox('BOOKING_CANCELLATION') %]
17
                        <div class="combobox-container">
17
                        <div class="combobox-container">
18
                            <label for="cancellation-reason" class="form-label">Cancellation Reason:</label>
18
                            <label for="cancellation-reason" class="form-label">Cancellation Reason:</label>
19
                            <input type="text" id="cancellation-reason" name="cancellation_reason" class="form-control" />
19
                            <input type="text" id="cancellation-reason" name="cancellation_reason" class="form-control" maxlength="80" />
20
                            <ul id="cancellation-reason-list" class="dropdown-menu">
20
                            <ul id="cancellation-reason-list" class="dropdown-menu">
21
                                [% IF booking_cancellation.count %]
21
                                [% IF booking_cancellation.count %]
22
                                    [% FOR reason IN booking_cancellation %]
22
                                    [% FOR reason IN booking_cancellation %]
23
- 

Return to bug 38222