|
Lines 994-1000
No patron matched <span class="ex">[% message | html %]</span>
Link Here
|
| 994 |
|
994 |
|
| 995 |
[% IF AutoResumeSuspendedHolds %] |
995 |
[% IF AutoResumeSuspendedHolds %] |
| 996 |
<label for="suspend_until">until</label> |
996 |
<label for="suspend_until">until</label> |
| 997 |
<input type="text" size="10" id="suspend_until" name="suspend_until datepicker" /> |
997 |
<input type="text" size="10" id="suspend_until" name="suspend_until" /> |
| 998 |
<span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span> |
998 |
<span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span> |
| 999 |
[% END %] |
999 |
[% END %] |
| 1000 |
</form> |
1000 |
</form> |
| 1001 |
- |
|
|