X-Git-Url: http://git.equinoxoli.org/?p=koha-equinox.git;a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fcirc%2Frenew.tt;fp=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fcirc%2Frenew.tt;h=aa133279999536ff069dffd268fa2a550eca5677;hp=d9d335e8289a09fda38b41263a0685b31fc70057;hb=41fe5b41f90c177836f81083f15d1c7e1e87767a;hpb=9189dd4f71d2d68d467e35f694b09e98dbce1f0e diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt index d9d335e..aa13327 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt @@ -167,21 +167,29 @@
- Renew +

Renew

- [% IF Koha.Preference('SpecifyDueDate') %] - - -
- [% END %] +
+ +
- + - + + + [% IF Koha.Preference('SpecifyDueDate') %] +
+
+
+ + +
+
+ [% END %] -
+
[% END %] @@ -233,6 +241,11 @@ }).on("change", function(e, value) { if ( ! is_valid_date( $(this).val() ) ) {$(this).val("");} }); + $("#cleardate").on("click",function(e){ + e.preventDefault(); + this.form.hard_due_date.value = ''; + this.form.barcode.focus(); + }); [% END %] });