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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +1 lines)
Lines 972-978 No patron matched <span class="ex">[% message | html %]</span> Link Here
972
972
973
            [% IF AutoResumeSuspendedHolds %]
973
            [% IF AutoResumeSuspendedHolds %]
974
            <label for="suspend_until">until</label>
974
            <label for="suspend_until">until</label>
975
            <input type="text" size="10" id="suspend_until" name="suspend_until datepicker" />
975
            <input type="text" size="10" id="suspend_until" name="suspend_until" />
976
            <span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span>
976
            <span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span>
977
             [% END %]
977
             [% END %]
978
        </form>
978
        </form>
979
- 

Return to bug 18469