From c262c43dfb8d9d24127c2849c2283b74874b0bde Mon Sep 17 00:00:00 2001 From: miker Date: Sat, 6 Dec 2008 03:32:43 +0000 Subject: [PATCH] adding the ability to set the juvenile flag on an edited user object git-svn-id: svn://svn.open-ils.org/ILS/trunk@11432 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/locale/en-US/lang.dtd | 1 + Open-ILS/xul/staff_client/server/patron/ue.xhtml | 8 ++++++++ Open-ILS/xul/staff_client/server/patron/ue_config.js | 9 +++++++++ 3 files changed, 18 insertions(+) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 288360e664..4aa4d5d887 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -2564,6 +2564,7 @@ + diff --git a/Open-ILS/xul/staff_client/server/patron/ue.xhtml b/Open-ILS/xul/staff_client/server/patron/ue.xhtml index b695483674..40056baecf 100644 --- a/Open-ILS/xul/staff_client/server/patron/ue.xhtml +++ b/Open-ILS/xul/staff_client/server/patron/ue.xhtml @@ -330,6 +330,14 @@ + +
&ev.staff.patron.ue_xhtml.juvenile.label;
+ +
+ +
+ +
&ev.staff.patron.ue_xhtml.primary_id_type.label;
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 3b97cfc14f..afe1b42325 100644 --- a/Open-ILS/xul/staff_client/server/patron/ue_config.js +++ b/Open-ILS/xul/staff_client/server/patron/ue_config.js @@ -348,6 +348,15 @@ function uEditDefineData(patron) { { required : false, object : patron, + key : 'juvenile', + widget : { + id : 'ue_juvenile', + type : 'checkbox', + } + }, + { + required : false, + object : patron, key : 'barred', widget : { id : 'ue_barred', -- 2.11.0