LP1965065 Example DOB on self-registration displays twice user/gcollum/LP1965065-Exampled-dob-displays-twice-in-self-registration
authorGarry Collum <gcollum@gmail.com>
Tue, 28 Jun 2022 15:07:46 +0000 (15:07 +0000)
committerGarry Collum <gcollum@gmail.com>
Tue, 28 Jun 2022 15:07:46 +0000 (15:07 +0000)
This fixes the double display of the example text in the self-registration form of the opac.
Not only does DOB exmaple display twice but the example text for phone, email, and
postal code also display twice.

To test:
1. Go to library settings and set "Allow Patron Self Registration" and "Show DOB field on patron
registration" to true.  Set a value for "Example dob field on patron registration".  If testing
phone, postal code, or email the appropriate values must be set for the show and example
parameters.
2. Go to "Request a Library Card" in the opac.
3. Notice that the DOB example displays twice.
4. Apply the patch.
5. The example now just displays once.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Open-ILS/src/templates-bootstrap/opac/register.tt2

index 73cc273..1a7985d 100755 (executable)
@@ -174,11 +174,6 @@ FOR field_def IN register_fields;
         <div class="invalid-feedback">
           Please enter a [% field_def.label | html %]
         </div>
-         [% IF example %]
-        <span class='patron-reg-extra'>
-            [% l('(Example: [_1])', example) %]
-        </span>
-    [% END %]
 
         </div>