From 8f10fbc521b3ffb9cfa4a4dd056d0f7680e29e3d Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 24 Jul 2006 21:15:16 +0000 Subject: [PATCH] displaying guardian setting in editor when set git-svn-id: svn://svn.open-ils.org/ILS/trunk@5105 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/ue.xhtml | 10 +++++++++- Open-ILS/xul/staff_client/server/patron/ue_config.js | 3 +++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/ue.xhtml b/Open-ILS/xul/staff_client/server/patron/ue.xhtml index 0815f82250..81630f3ad7 100644 --- a/Open-ILS/xul/staff_client/server/patron/ue.xhtml +++ b/Open-ILS/xul/staff_client/server/patron/ue.xhtml @@ -213,7 +213,7 @@ - Generated password: + Password: @@ -356,6 +356,14 @@ + +
Parent / Guardian
+ +
+ +
+ + diff --git a/Open-ILS/xul/staff_client/server/patron/ue_config.js b/Open-ILS/xul/staff_client/server/patron/ue_config.js index cda22d73a7..aab96ed7a7 100644 --- a/Open-ILS/xul/staff_client/server/patron/ue_config.js +++ b/Open-ILS/xul/staff_client/server/patron/ue_config.js @@ -1012,6 +1012,9 @@ function uEditCheckDOB(field) { note.value(txt); guardianNote = note; + + unHideMe($('ue_guardian_row')); + $('ue_guardian_field').appendChild(text(guardianNote.value())); } -- 2.11.0