|
Lines 31-36
Link Here
|
| 31 |
<div class="span9"> |
31 |
<div class="span9"> |
| 32 |
[% END %] |
32 |
[% END %] |
| 33 |
|
33 |
|
|
|
34 |
[% IF action == 'libraryhasverified' %] |
| 35 |
<div id="registration-complete"> |
| 36 |
<h1>New patron registered!</h1> |
| 37 |
|
| 38 |
<p>You have successfully registered a new Koha patron account for [% borrower.firstname | html %] [% borrower.surname | html %].</p> |
| 39 |
<p>An email containing a password reset link has been sent to [% borrower.firstname | html %] [% borrower.surname | html %]'s email address: [% borrower.email | html %]:</p> |
| 40 |
<p>Once [% borrower.firstname | html %] [% borrower.surname | html %] has reset their password they will be able to log into and use the Koha OPAC.</p> |
| 41 |
</div> |
| 42 |
[% ELSIF action == 'librarytoverify' %] |
| 43 |
<div> |
| 44 |
<h1>Staff member to review registration</h1> |
| 45 |
|
| 46 |
<p>Thank you for verifying your email address.</p> |
| 47 |
|
| 48 |
<p>A library staff member will review your registration shortly, and if approved an email will be sent to <strong>[% email | html %]</strong> containing a link to a password reset page for you to set your Koha password.</p> |
| 49 |
</div> |
| 50 |
[% ELSIF action == 'nolibraryverification' %] |
| 34 |
<div id="registration-complete"> |
51 |
<div id="registration-complete"> |
| 35 |
<h1>Registration Complete!</h1> |
52 |
<h1>Registration Complete!</h1> |
| 36 |
|
53 |
|
|
Lines 65-71
Link Here
|
| 65 |
|
82 |
|
| 66 |
<div id="PatronSelfRegistrationAdditionalInstructions">[% PatronSelfRegistrationAdditionalInstructions | $raw %]</div> |
83 |
<div id="PatronSelfRegistrationAdditionalInstructions">[% PatronSelfRegistrationAdditionalInstructions | $raw %]</div> |
| 67 |
</div> |
84 |
</div> |
| 68 |
|
85 |
[% END %] |
| 69 |
</div> <!-- / .span7/9 --> |
86 |
</div> <!-- / .span7/9 --> |
| 70 |
|
87 |
|
| 71 |
[% SET OpacNavRight = KohaNews.get( location => "OpacNavRight", lang => news_lang, library => branchcode ) %] |
88 |
[% SET OpacNavRight = KohaNews.get( location => "OpacNavRight", lang => news_lang, library => branchcode ) %] |