]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1452950 angularize patron registration phase I
authorBill Erickson <berickxx@gmail.com>
Mon, 4 May 2015 01:19:51 +0000 (21:19 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 25 Feb 2016 22:31:54 +0000 (17:31 -0500)
commitea9fa67caf9af12321ceb6c29ea9942895ce4608
treea2dd4118d2bf7fdb169b9e45b88dd9c4cc0901ae
parent54f8888496d825310ce5b349d18753e2bbf0b6bf
LP#1452950 angularize patron registration phase I

Replace legacy Dojo patron registration / edit UI's in the browser
client with an initial cut of an Angular version.  For this commit, the
UI is basically a wireframe, but the selectors display values and
most fields display the correct values set on the patron.

No save or clone etc. operations or data validation are functional.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/templates/staff/circ/patron/index.tt2
Open-ILS/src/templates/staff/circ/patron/register.tt2
Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
Open-ILS/src/templates/staff/css/circ.css.tt2
Open-ILS/src/templates/staff/css/style.css.tt2
Open-ILS/web/js/ui/default/staff/circ/patron/app.js
Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/circ/patron/register.js