Lines 177-191
Link Here
|
177 |
|
177 |
|
178 |
<button type="submit" class="btn btn-default">Submit</button> |
178 |
<button type="submit" class="btn btn-default">Submit</button> |
179 |
|
179 |
|
180 |
[% IF Koha.Preference('SpecifyDueDate') %] |
180 |
<div class="circ-settings show"> |
181 |
<div class="circ-settings show"> |
181 |
<div class="date-select" id="renew_date_override_fields"> |
182 |
<div class="date-select" id="renew_date_override_fields"> |
182 |
<div><label for="hard_due_date" class="hint">Renewal due date [% INCLUDE 'date-format.inc' %]:</label></div> |
183 |
<div><label for="hard_due_date" class="hint">Specify due date [% INCLUDE 'date-format.inc' %]:</label></div> |
183 |
<input type="text" size="20" id="hard_due_date" name="hard_due_date" value="[% hard_due_date | $KohaDates with_hours => 1 %]" /> |
184 |
<input type="text" size="20" id="hard_due_date" name="hard_due_date" value="[% hard_due_date | $KohaDates with_hours => 1 %]" /> |
184 |
<button type="button" class="action btn btn-default btn-xs" id="cleardate" name="cleardate">Clear</button> |
185 |
<button type="button" class="action btn btn-default btn-xs" id="cleardate" name="cleardate">Clear</button> |
185 |
</div> <!-- /.date-select --> |
186 |
</div> <!-- /.date-select --> |
186 |
</div> |
187 |
</div> |
|
|
188 |
[% END %] |
189 |
|
187 |
|
190 |
</fieldset> |
188 |
</fieldset> |
191 |
|
189 |
|
192 |
- |
|
|