From 50de1a4f5c417c30f891347ddb6516e6ff491214 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Wed, 27 Jun 2012 14:01:24 -0400 Subject: [PATCH] Move Prefix field ahead of Names in patron editor In earlier versions of Evergreen (1.6 and earlier), the Prefix field was used to enter title information, such as Mr., Mrs., etc. When the field was eventually added to the newer patron registration screens (2.0+), it was added before the patron's last name field. Ideally, the prefix should be listed prior to the patron's first name instead. In addition, address label issues by changing "Suffix/Title" back to only "Suffix" and making "Prefix" into "Prefix/Title". Signed-off-by: Ben Shum Signed-off-by: James Fournie Signed-off-by: Dan Scott --- Open-ILS/examples/fm_IDL.xml | 4 ++-- Open-ILS/src/templates/actor/user/register_table.tt2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 6d0ad622ff..7aabb798ff 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -2699,11 +2699,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - + - + diff --git a/Open-ILS/src/templates/actor/user/register_table.tt2 b/Open-ILS/src/templates/actor/user/register_table.tt2 index 775a19ae30..f9bdf90aa0 100644 --- a/Open-ILS/src/templates/actor/user/register_table.tt2 +++ b/Open-ILS/src/templates/actor/user/register_table.tt2 @@ -24,9 +24,9 @@ + - -- 2.11.0