From: Terran McCanna Date: Tue, 15 Dec 2015 16:47:03 +0000 (-0500) Subject: Modifications to patron self-registration form to make it X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=71fd8664a744eabff742713a13195e03cc068b48;p=evergreen%2Fpines.git Modifications to patron self-registration form to make it display better and change library locator link. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index c7420a5816..c62832147a 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1743,7 +1743,7 @@ a.preflib_change { #main-content-register { margin-left: 40px; - font-size: [% css_fonts.size_bigger %]; + font-size: .9em; } #main-content-register table { @@ -1760,6 +1760,10 @@ a.preflib_change { padding-left: 20px; } +#main-content-register-terms { + max-width:400px; +} + .patron-reg-invalid { font-weight: bold; color: red; @@ -2167,6 +2171,7 @@ a.preflib_change { .mobile_search_lbl_clr{ color:[% css_colors.mobile_header_text %]; } + } diff --git a/Open-ILS/src/templates/opac/register.tt2 b/Open-ILS/src/templates/opac/register.tt2 index 3c2d6375fb..53946cf55a 100644 --- a/Open-ILS/src/templates/opac/register.tt2 +++ b/Open-ILS/src/templates/opac/register.tt2 @@ -27,6 +27,7 @@ register_fields = [ {class => 'stgu', name = 'first_given_name', label => l('First Name')}, {class => 'stgu', name = 'second_given_name', label => l('Middle Name')}, {class => 'stgu', name = 'family_name', label => l('Last Name')}, + {class => 'stgu', name = 'suffix', label => l('Suffix (Sr./Jr./III)')}, {class => 'stgma', name = 'street1', label => l('Street Address')}, {class => 'stgma', name = 'street2', label => l('Street Address (2)')}, {class => 'stgma', name = 'city', label => l('City')}, @@ -36,7 +37,6 @@ register_fields = [ {class => 'stgu', name = 'dob', label => l('Date of Birth')}, {class => 'stgu', name = 'day_phone', label => l('Phone Number')}, {class => 'stgu', name = 'email', label => l('Email Address')} - {class => 'stgu', name = 'usrname', label => l('Requested Username')} ]; # The dojo date widget in the patron edit UI only accepts default @@ -51,12 +51,12 @@ END;
-

[% l('Request a Library Card')%]

+

[% l('Apply for a PINES Library Card')%]


[% IF ctx.register.success %]

[% l('Registration successful!') %]

-

[% l('Please see library staff to complete your registration.') %]

+

[% l('Please visit your Home Library within 14 days to complete your registration.') %]

[% IF ctx.register.username_taken %]

@@ -99,7 +99,7 @@ END;

- [% # <=== shifting code left for readability @@ -171,14 +176,49 @@ FOR field_def IN register_fields; [% END %] + + + + + + + + + +
+ [% INCLUDE build_org_selector @@ -107,7 +107,11 @@ END; value=value || ctx_org can_have_users_only=1 valid_org_list=ctx.register.valid_orgs - %] + %]
+
[% IF ctx.register.invalid.bad_home_ou %] @@ -115,6 +119,7 @@ END; [% l('Please select a valid library') %] [% END %] +
+

By clicking the Submit Registration button below, + you are applying for the right to use the library and:

+
    +
  • You agree to comply with all its rules and regulations, and give immediate + notice of any change of address.
  • +
  • You accept financial responsibility for all fines and/or damages to all + Library materials, audiovisual materials and equipment beyond normal wear and + tear, which is lost or damaged beyond use while checked out on your card. Under + Georgia Code (OCGA Annotated Rev. 1985 20-5-53), failure to return items + borrowed from a public library is considered a misdemeanor.
  • +
  • If this card is for a juvenile: As the parent or guardian of a child + under 18 years, you are willing to allow him/her to borrow materials from + the Public Library. You will take responsibility and make good any charges + or loss to library materials and pay any fine justly charged.
  • +
+ +

After submitting this form, you will have 14 days + to visit the Home Library you have selected above to complete your registration. + You will need to bring proof of ID and address + (see acceptable forms of ID).

+ +

If this card is for a juvenile (under 18 years), the parent + or guardian who is approving the card must visit the library to complete the + registration in order for the card to be issued.

+
[% l('Go Back') %] + class="opac-button" style="font-size:large;" >[% l('Cancel') %] + class="opac-button" style="font-size:large;width:400px;" />