diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index 3cfbb9b0cf..e66c349687 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -1008,18 +1008,19 @@ tr.confirm td, tr.highlight.confirm td { margin: .2em 0; } -#circ_circulation_issue .date-select { - font-size : 85%; - padding-top : .3em; +.date-select { + font-size : 85%; + padding-top : .3em; } -#circ_circulation_issue .date-select label { - font-size : inherit; - font-weight: normal; +#circ_circulation_issue .date-select label, +.date-select label { + font-size : inherit; + font-weight: normal; } -#circ_circulation_issue .date-select input { - padding : 1px; +.date-select input { + padding : 1px; } tr.expired td { diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc index f2edfd6cc7..90c4cb2e77 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc @@ -3,10 +3,10 @@ Totals: [% totaldue %] [% totalprice %] - -

Renewal due date: +

+

-

+

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 652cbf87e0..ee3a66662c 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 - $("#duedatespec").datetimepicker({ - onSelect: function(dateText, inst) { $("#barcode").focus(); }, + $("#newduedate").datetimepicker({ + minDate: 1, // require that renewal date is after today hour: 23, - minute: 59, + minute: 59 + }); + $("#duedatespec").datetimepicker({ + onClose: function(dateText, inst) { $("#barcode").focus(); }, + hour: 23, + minute: 59 }); }); @@ -399,7 +403,7 @@ function validate1(date) { [% IF ( DEBT ) %][% END %] [% IF ( INVALID_DATE ) %]

- +

[% ELSE %] @@ -577,7 +581,7 @@ No patron matched [% message %] [% IF ( SpecifyDueDate ) %]
Specify due date [% INCLUDE 'date-format.inc' %]:
- [% IF ( duedatespec ) %][% ELSE %] + [% IF ( duedatespec ) %][% ELSE %] [% END %] [% IF ( stickyduedate ) %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt index abbf26ff96..4e6271f792 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -11,6 +11,7 @@ [% INCLUDE 'calendar.inc' %] +