From bf76a2d6aa2bf597b9106c1c8de46a9bfa8363ac Mon Sep 17 00:00:00 2001 From: pines Date: Wed, 27 Sep 2006 19:05:27 +0000 Subject: [PATCH] entry point for user perm editor git-svn-id: svn://svn.open-ils.org/ILS/trunk@6232 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../staff_client/chrome/content/main/constants.js | 2 +- .../server/patron/adv_barcode_entry.xul | 129 ++++++++++++++++++++- 2 files changed, 129 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/main/constants.js b/Open-ILS/xul/staff_client/chrome/content/main/constants.js index 6698407dbe..526ab34184 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/constants.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/constants.js @@ -229,7 +229,7 @@ const urls = { 'XUL_PATRON_BILL_WIZARD' : '/xul/server/patron/bill_wizard.xul', 'XUL_PATRON_DISPLAY' : '/xul/server/patron/display.xul', 'XUL_PATRON_EDIT' : '/xul/server/patron/ue.xhtml', - 'XUL_ADV_PATRON_EDIT' : '/xul/server/patron/user_edit.xml', + 'XUL_USER_PERM_EDITOR' : '/xul/server/patron/user_edit.xml', 'XUL_PATRON_HOLDS' : '/xul/server/patron/holds.xul', 'XUL_PATRON_INFO' : '/xul/server/patron/info.xul', 'XUL_PATRON_INFO_NOTES' : '/xul/server/patron/info_notes.xul', diff --git a/Open-ILS/xul/staff_client/server/patron/adv_barcode_entry.xul b/Open-ILS/xul/staff_client/server/patron/adv_barcode_entry.xul index 25fda9eb09..cbf9129196 100644 --- a/Open-ILS/xul/staff_client/server/patron/adv_barcode_entry.xul +++ b/Open-ILS/xul/staff_client/server/patron/adv_barcode_entry.xul @@ -19,6 +19,7 @@ @@ -27,10 +28,136 @@ -