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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc (-2 / +1 lines)
Lines 164-170 Link Here
164
                                                    <input type="text" name="suspend_until" id="suspend_until_[% HOLD.reserve_id | html %]" class="suspend-until" size="10" />
164
                                                    <input type="text" name="suspend_until" id="suspend_until_[% HOLD.reserve_id | html %]" class="suspend-until" size="10" />
165
                                                    [% INCLUDE 'date-format.inc' %]
165
                                                    [% INCLUDE 'date-format.inc' %]
166
                                                    <p class="js-show"><a href="#" onclick="document.getElementById('suspend_until_[% HOLD.reserve_id | html %]').value='';return false;">Clear date to suspend indefinitely</a></p>
166
                                                    <p class="js-show"><a href="#" onclick="document.getElementById('suspend_until_[% HOLD.reserve_id | html %]').value='';return false;">Clear date to suspend indefinitely</a></p>
167
                                                    <button class="btn btn-mini js-hide" type="submit" name="submit">Suspend</button>
167
                                                    <button class="btn btn-xs js-hide" type="submit" name="submit">Suspend</button>
168
                                                </div>
168
                                                </div>
169
                                                <div class="modal-footer">
169
                                                <div class="modal-footer">
170
                                                    <button class="btn btn-primary" type="submit" name="submit">Suspend</button>
170
                                                    <button class="btn btn-primary" type="submit" name="submit">Suspend</button>
171
- 

Return to bug 21772