|
Lines 60-65
Link Here
|
| 60 |
[% IF field == "email" %]<li>Contact information: <a href="#borrower_email">primary email address</a></li>[% END %] |
60 |
[% IF field == "email" %]<li>Contact information: <a href="#borrower_email">primary email address</a></li>[% END %] |
| 61 |
[% IF field == "emailpro" %]<li>Contact information: <a href="#borrower_emailpro">secondary email address</a></li>[% END %] |
61 |
[% IF field == "emailpro" %]<li>Contact information: <a href="#borrower_emailpro">secondary email address</a></li>[% END %] |
| 62 |
[% IF field == "B_email" %]<li>Alternate address information: <a href="#borrower_B_email">email address</a></li>[% END %] |
62 |
[% IF field == "B_email" %]<li>Alternate address information: <a href="#borrower_B_email">email address</a></li>[% END %] |
|
|
63 |
[% IF field == "password_match" %]<li>Passwords do not match! <a href="#password">password</a></li>[% END %] |
| 64 |
[% IF field == "password_invalid" %]<li>Password does not meet minium requirements! <a href="#password">password</a></li>[% END %] |
| 63 |
[% END %] |
65 |
[% END %] |
| 64 |
</ul> |
66 |
</ul> |
| 65 |
Please correct the errors and resubmit. |
67 |
Please correct the errors and resubmit. |
|
Lines 777-784
Link Here
|
| 777 |
[% END %] |
779 |
[% END %] |
| 778 |
|
780 |
|
| 779 |
[% UNLESS action == 'edit' %] |
781 |
[% UNLESS action == 'edit' %] |
|
|
782 |
<fieldset class="rows" id="memberentry_password"> |
| 783 |
<legend id="contact_legend">Contact information</legend> |
| 784 |
[% UNLESS hidden.defined('password') %] |
| 785 |
<div class="alert alert-info">Your password must be at least [% minpassw %] characters long. |
| 786 |
[% IF mandatory.defined('password') %] |
| 787 |
<br>You must enter a password!</div> |
| 788 |
<ol> |
| 789 |
<li><label for="borrower_password" class="required">Password</label> |
| 790 |
<input type="text" name="borrower_password" id="password" /> |
| 791 |
</li> |
| 792 |
<li><label for="borrower_password2" class="required">Confirm password</label> |
| 793 |
<input type="text" name="borrower_password2" id="password2" /> |
| 794 |
</li> |
| 795 |
</ol> |
| 796 |
[% ELSE %] |
| 797 |
<br>If you do not enter a password a system generated password will be created</div> |
| 798 |
<ol> |
| 799 |
<li><label for="borrower_password">Password</label> |
| 800 |
<input type="text" name="borrower_password" id="password" /> |
| 801 |
</li> |
| 802 |
<li><label for="borrower_password2">Confirm password</label> |
| 803 |
<input type="text" name="borrower_password2" id="password2" /> |
| 804 |
</li> |
| 805 |
</ol> |
| 806 |
[% END %] |
| 807 |
[% END %] |
| 808 |
</fieldset> |
| 809 |
|
| 780 |
<fieldset class="rows" id="memberentry_captcha"> |
810 |
<fieldset class="rows" id="memberentry_captcha"> |
| 781 |
<ol> |
811 |
<ol> |
|
|
812 |
|
| 782 |
<li> |
813 |
<li> |
| 783 |
<label for="captcha" class="required">Verification:</label> |
814 |
<label for="captcha" class="required">Verification:</label> |
| 784 |
|
815 |
|