]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1554714 Migrate eg-date-input to ui-datepicker-popup
authorBill Erickson <berickxx@gmail.com>
Thu, 10 Mar 2016 18:08:00 +0000 (13:08 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 22 Apr 2016 13:53:00 +0000 (09:53 -0400)
commit2c20d1ce06dd7636e0fae03f1da9faefd494e830
tree961a9a1f40dc7b21bedbf9d42251f3cd064698aa
parent9643e60d45a84a8562b8228b3d1d14ac0a93a25e
LP#1554714 Migrate eg-date-input to ui-datepicker-popup

Also add support for uib-timepicker as an option secondary component of
the input.

Refactor existing use of eg-date-input to use <eg-date-input/>-style
declaration to better differentiate between a normal <input> and the
more complete/stylized date input div.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
14 files changed:
Open-ILS/src/templates/staff/base_js.tt2
Open-ILS/src/templates/staff/circ/checkin/t_checkin.tt2
Open-ILS/src/templates/staff/circ/patron/t_bill_history.tt2
Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
Open-ILS/src/templates/staff/circ/patron/t_edit_due_date_dialog.tt2
Open-ILS/src/templates/staff/circ/patron/t_messages.tt2
Open-ILS/src/templates/staff/circ/patron/t_renew_with_date_dialog.tt2
Open-ILS/src/templates/staff/circ/renew/t_renew.tt2
Open-ILS/src/templates/staff/circ/share/t_backdate_dialog.tt2
Open-ILS/src/templates/staff/circ/share/t_hold_dates.tt2
Open-ILS/src/templates/staff/circ/share/t_mark_claims_returned_dialog.tt2
Open-ILS/src/templates/staff/share/t_datetime.tt2 [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/ui.js