[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 192ab45b37d5a37187d37a253a420c3578adf570

Evergreen Git git at git.evergreen-ils.org
Tue Jul 17 11:16:46 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_1 has been updated
       via  192ab45b37d5a37187d37a253a420c3578adf570 (commit)
      from  c243355bec838c7914129ed12ebea3b6dac80371 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 192ab45b37d5a37187d37a253a420c3578adf570
Author: Ben Shum <bshum at biblio.org>
Date:   Wed Jun 27 14:01:24 2012 -0400

    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".
    
    Note: string changes would normally not be allowed in a stable release,
    however in this case the previous translation (if any) will still get
    pulled from the IDL for the field in question, so English will not
    suddenly start showing up in the patron registration form.
    
    Signed-off-by: Ben Shum <bshum at biblio.org>
    Signed-off-by: James Fournie <jfournie at sitka.bclibraries.ca>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 6a7b453..4c120f3 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -2320,11 +2320,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 			<field reporter:label="Other Phone" name="other_phone"  reporter:datatype="text"/>
 			<field reporter:label="Password" name="passwd"  reporter:datatype="text"/>
 			<field reporter:label="Photo URL" name="photo_url"  reporter:datatype="text"/>
-			<field reporter:label="Prefix" name="prefix"  reporter:datatype="text"/>
+			<field reporter:label="Prefix/Title" name="prefix"  reporter:datatype="text"/>
 			<field reporter:label="Main (Profile) Permission Group" name="profile" reporter:datatype="link"/>
 			<field reporter:label="Middle Name" name="second_given_name"  reporter:datatype="text"/>
 			<field reporter:label="Standing (unused)" name="standing" reporter:datatype="link"/>
-			<field reporter:label="Suffix/Title" name="suffix"  reporter:datatype="text"/>
+			<field reporter:label="Suffix" name="suffix"  reporter:datatype="text"/>
 			<field reporter:label="Is Super User" name="super_user" reporter:datatype="bool"/>
 			<field reporter:label="Family Linkage or other Group" name="usrgroup" reporter:datatype="int"/>
 			<field reporter:label="OPAC/Staff Client User Name" name="usrname"  reporter:datatype="text"/>
diff --git a/Open-ILS/web/templates/default/actor/user/register_table.tt2 b/Open-ILS/web/templates/default/actor/user/register_table.tt2
index 5528252..7c5586b 100644
--- a/Open-ILS/web/templates/default/actor/user/register_table.tt2
+++ b/Open-ILS/web/templates/default/actor/user/register_table.tt2
@@ -24,6 +24,7 @@
         </td>
     </tr>
     <tr fmclass='au' fmfield='passwd2' required='required'><td/><td id='verifyPassword'></td><td/></tr>
+    <tr fmclass='au' fmfield='prefix'/>
     <tr fmclass='au' fmfield='first_given_name' required='required'/>
     <tr fmclass='au' fmfield='second_given_name'/>
     <tr fmclass='au' fmfield='family_name' required='required'/>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/fm_IDL.xml                       |    4 ++--
 .../default/actor/user/register_table.tt2          |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list