View | Details | Raw Unified | Return to bug 25090
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt (-1 / +18 lines)
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 ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-email-sent.tt (-1 / +24 lines)
Lines 25-30 Link Here
25
                [% ELSE %]
25
                [% ELSE %]
26
                    <div class="span12">
26
                    <div class="span12">
27
                [% END %]
27
                [% END %]
28
                [% IF (action == 'librarytoverify') %]
29
                    <div id="registration-confirmation-pending">
30
                        <div id="confirmation-pending" class="alert alert-info">
31
                            <h1>Thank you for submitting your library registration</h1>
32
33
                            <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 where you can set your Koha password.</p>
34
35
                            <p>Your account will not be activated until it has been approved by a library staff member.</p>
36
                        </div>
37
                    </div>
38
                [% ELSIF (action == 'patronandlibrarytoverify') %]
39
                    <div id="registration-confirmation-pending">
40
                        <div id="confirmation-pending" class="alert alert-info">
41
                            <h1>Please confirm your registration</h1>
42
43
                            <p>An email will be sent shortly to the email address <strong>[% email | html %]</strong>.</p>
44
45
                            <p>Please follow the link provided in the email to verify your inputted email address.</p>
46
47
                            <p>Once that is verified your registration will be reviewed by a library staff member.</p>
48
                        </div>
49
                    </div>
50
                [% ELSE %]
28
                    <div id="reistration-confirmation-pending">
51
                    <div id="reistration-confirmation-pending">
29
                        <div id="confirmation-pending" class="alert alert-info">
52
                        <div id="confirmation-pending" class="alert alert-info">
30
                            <h1>Please confirm your registration</h1>
53
                            <h1>Please confirm your registration</h1>
Lines 34-39 Link Here
34
                            <p>Your account will not be activated until you follow the link provided in the confirmation email.</p>
57
                            <p>Your account will not be activated until you follow the link provided in the confirmation email.</p>
35
                        </div>
58
                        </div>
36
                    </div>
59
                    </div>
60
                [% END %]
37
                </div>
61
                </div>
38
            </div>
62
            </div>
39
        </div>
63
        </div>
40
- 

Return to bug 25090