Lines 40-47
Link Here
|
40 |
<div class="col-12 col-lg-9 order-md-1 maincontent"> |
40 |
<div class="col-12 col-lg-9 order-md-1 maincontent"> |
41 |
[% END %] |
41 |
[% END %] |
42 |
|
42 |
|
|
|
43 |
[% IF action == 'libraryhasverified' %] |
43 |
<div id="registration-complete" class="maincontent"> |
44 |
<div id="registration-complete" class="maincontent"> |
44 |
<h1>Registration complete!</h1> |
45 |
<h1>New patron registered!</h1> |
|
|
46 |
|
47 |
<p>You have successfully registered a new Koha patron account for [% borrower.firstname | html %] [% borrower.surname | html %].</p> |
48 |
<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> |
49 |
<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> |
50 |
</div> |
51 |
[% ELSIF action == 'librarytoverify' %] |
52 |
<div> |
53 |
<h1>Staff member to review registration</h1> |
54 |
|
55 |
<p>Thank you for verifying your email address.</p> |
56 |
|
57 |
<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> |
58 |
</div> |
59 |
[% ELSIF action == 'nolibraryverification' %] |
60 |
<div id="registration-complete"> |
61 |
<h1>Registration Complete!</h1> |
45 |
|
62 |
|
46 |
<p>You have successfully registered your new account.</p> |
63 |
<p>You have successfully registered your new account.</p> |
47 |
[% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] |
64 |
[% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] |
Lines 74-79
Link Here
|
74 |
|
91 |
|
75 |
<div id="PatronSelfRegistrationAdditionalInstructions">[% PatronSelfRegistrationAdditionalInstructions | $raw %]</div> |
92 |
<div id="PatronSelfRegistrationAdditionalInstructions">[% PatronSelfRegistrationAdditionalInstructions | $raw %]</div> |
76 |
</div> <!-- /#registration-complete --> |
93 |
</div> <!-- /#registration-complete --> |
|
|
94 |
[% END %] |
77 |
</div> <!-- / .col-7/9 --> |
95 |
</div> <!-- / .col-7/9 --> |
78 |
|
96 |
|
79 |
<div class="col-12 col-lg-3 order-md-2"> |
97 |
<div class="col-12 col-lg-3 order-md-2"> |
Lines 111-117
Link Here
|
111 |
</div> |
129 |
</div> |
112 |
[% END # /OpacNavRight %] |
130 |
[% END # /OpacNavRight %] |
113 |
</div> <!-- / .col-lg-3 --> |
131 |
</div> <!-- / .col-lg-3 --> |
114 |
|
|
|
115 |
</div> <!-- /.row --> |
132 |
</div> <!-- /.row --> |
116 |
</div> <!-- /.container-fluid --> |
133 |
</div> <!-- /.container-fluid --> |
117 |
</div> <!-- /.main --> |
134 |
</div> <!-- /.main --> |