From d19b48c22b5806ba304177308e63d6a400ba841c Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 31 Aug 2006 22:22:50 +0000 Subject: [PATCH] fixed the claims-returned count reset button git-svn-id: svn://svn.open-ils.org/ILS/trunk@5819 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Evergreen/xul/staff_client/server/patron/ue.xhtml | 13 ++++++++++++- .../xul/staff_client/server/patron/ue_config.js | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Evergreen/xul/staff_client/server/patron/ue.xhtml b/Evergreen/xul/staff_client/server/patron/ue.xhtml index 086c2ac5f2..d84b713cc6 100644 --- a/Evergreen/xul/staff_client/server/patron/ue.xhtml +++ b/Evergreen/xul/staff_client/server/patron/ue.xhtml @@ -655,7 +655,13 @@ $('ue_claims_returned').value = 0; $('ue_claims_returned').disabled = true; - + @@ -992,6 +998,11 @@ Please add a note to the patron's alert message explaining why the patron is barred. + + + This will reset the claims returned count for this user. + Are you sure you wish to perform this action? + diff --git a/Evergreen/xul/staff_client/server/patron/ue_config.js b/Evergreen/xul/staff_client/server/patron/ue_config.js index 37eb11b776..1dd2244167 100644 --- a/Evergreen/xul/staff_client/server/patron/ue_config.js +++ b/Evergreen/xul/staff_client/server/patron/ue_config.js @@ -428,6 +428,7 @@ function uEditDefineData(patron) { id : 'ue_claims_returned', type : 'input', regex : numRegex, + disabled : true } }, { -- 2.43.2