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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry-update-submitted.tt (-1 / +4 lines)
Lines 25-31 Link Here
25
                    <div id="update-submitted">
25
                    <div id="update-submitted">
26
                        <div class="alert alert-success">
26
                        <div class="alert alert-success">
27
                            <h3>Thank you</h3>
27
                            <h3>Thank you</h3>
28
                          [% IF ( Koha.Preference('AutoApprovePatronProfileSettings') ) %]
29
                            <p>Your updates have been submitted and accepted by the library.</p>
30
                          [% ELSE %]
28
                            <p>Your updates have been submitted. A librarian will review your updates before applying them.</p>
31
                            <p>Your updates have been submitted. A librarian will review your updates before applying them.</p>
32
                          [% END %]
29
                        </div>
33
                        </div>
30
                    </div>
34
                    </div>
31
                </div>
35
                </div>
32
- 

Return to bug 20057