Lines 546-552
Link Here
|
546 |
<div id="specify-due-date" class="circ-setting"> |
546 |
<div id="specify-due-date" class="circ-setting"> |
547 |
<div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div> |
547 |
<div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div> |
548 |
[% IF ( duedatespec ) %] |
548 |
[% IF ( duedatespec ) %] |
549 |
<input type="text" size="13" id="duedatespec" name="duedatespec" value="[% duedatespec | html %]" /> |
549 |
<input type="text" size="13" id="duedatespec" name="duedatespec" value="[% duedatespec | $KohaDates with_hours => 1 %]" /> |
550 |
[% ELSE %] |
550 |
[% ELSE %] |
551 |
<input type="text" size="13" id="duedatespec" name="duedatespec" value="" /> |
551 |
<input type="text" size="13" id="duedatespec" name="duedatespec" value="" /> |
552 |
[% END %] |
552 |
[% END %] |
553 |
- |
|
|