X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fcirc%2Fcirculation.tt;h=c860ed6832e550df38d905e8f98ce14c2eeef083;hb=c2c3a7f6434c333210232298b90c3be5897be27d;hp=db17ced812dab247860b31852daee2c2e2bb8c76;hpb=537c746dc41748a5045f9c60dd4d32b8abdef07c;p=koha_fer diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index db17ced812..c860ed6832 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -160,11 +160,15 @@ var allcheckboxes = $(".checkboxed"); $("#exportmenuc").empty(); initExportButton(); - $("#newduedate").datepicker({ minDate: 1 }); // require that renewal date is after today + $("#newduedate").datetimepicker({ + minDate: 1, // require that renewal date is after today + hour: 23, + minute: 59 + }); $("#duedatespec").datetimepicker({ - onSelect: function(dateText, inst) { $("#barcode").focus(); }, + onClose: function(dateText, inst) { $("#barcode").focus(); }, hour: 23, - minute: 59, + minute: 59 }); }); @@ -381,16 +385,18 @@ function validate1(date) { [% IF ( RESERVED ) %]

- +

[% END %] [% IF ( RESERVE_WAITING ) %] -

- +

-

+
+ + +

[% END %] @@ -399,7 +405,7 @@ function validate1(date) { [% IF ( DEBT ) %][% END %] [% IF ( INVALID_DATE ) %]

- +

[% ELSE %] @@ -577,7 +583,7 @@ No patron matched [% message %] [% IF ( SpecifyDueDate ) %]
Specify due date [% INCLUDE 'date-format.inc' %]:
- [% IF ( duedatespec ) %][% ELSE %] + [% IF ( duedatespec ) %][% ELSE %] [% END %] [% IF ( stickyduedate ) %] @@ -774,7 +780,9 @@ No patron matched [% message %] Price Renew

select all | none

Check in

select all | none

- Export

select all | none

+ [% IF export_remove_fields OR export_with_csv_profile %] + Export

select all | none

+ [% END %] [% IF ( todayissues ) %] [% INCLUDE 'checkouts-table-footer.inc' %] @@ -844,10 +852,12 @@ No patron matched [% message %] [% END %] [% END %] - + [% IF export_remove_fields OR export_with_csv_profile %] + - + + [% END %] [% END %] [% END %] @@ -923,10 +933,12 @@ No patron matched [% message %] [% END %] [% END %] - + [% IF export_remove_fields OR export_with_csv_profile %] + - + + [% END %] [% END %] [% END %] @@ -942,13 +954,15 @@ No patron matched [% message %] [% END %] -

- Don't export fields : - Export - - - - + [% IF export_remove_fields OR export_with_csv_profile %] +

+ Don't export fields : + Export + + + + + [% END %] [% END %]