@@ -, +, @@ --- .../prog/en/includes/checkouts-table-footer.inc | 25 ++++++++++++++ .../prog/en/modules/circ/circulation.tmpl | 36 ++----------------- .../prog/en/modules/members/moremember.tmpl | 36 +++++--------------- 3 files changed, 38 insertions(+), 59 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc --- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc @@ -0,0 +1,25 @@ + + + Totals: + + + +

Renewal due date: " /> + /lib/calendar/cal.gif" id="newduedate_button" alt="Show Calendar" /> +

+

+ + + --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl @@ -176,7 +176,7 @@ function refocus(calendar) {
  • - + Cancel - " /> + " /> " /> @@ -642,36 +642,7 @@ No patron matched Check in

    select all | none

    - - - Totals: - - - -

    - Renewal due date: " /> - /lib/calendar/cal.gif" id="newduedate_button" alt="Show Calendar" /> - -

    -

    - -

    - - - + @@ -734,6 +705,7 @@ No patron matched Previous checkouts Previous checkouts + --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl @@ -89,7 +89,14 @@ if (nodename =="barcodes[]"){ } } } - +function validate1(date) { + var today = new Date(); + if ( date < today ) { + return true; + } else { + return false; + } +}; //]]> @@ -404,32 +411,7 @@ if (nodename =="barcodes[]"){ Renew

    select all | none

    Check in

    select all | none

    - - - Totals: - - - -

    - Renewal due date: " /> - /lib/calendar/cal.gif" id="newduedate_button" alt="Show Calendar" /> - - -

    -

    - -

    - - - + --