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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reset-password.tt (-2 / +1 lines)
Lines 70-76 Link Here
70
                                <h2>Your password has successfully been updated</h2>
70
                                <h2>Your password has successfully been updated</h2>
71
                                <a href="/cgi-bin/koha/opac-main.pl" class="btn btn-primary">Go to OPAC</a>
71
                                <a href="/cgi-bin/koha/opac-main.pl" class="btn btn-primary">Go to OPAC</a>
72
                                [% IF ( Koha.Preference('staffClientBaseURL') && staff_access ) %]
72
                                [% IF ( Koha.Preference('staffClientBaseURL') && staff_access ) %]
73
                                    <a href="[% Koha.Preference('staffClientBaseURL') | url %]" class="btn btn-primary">Go to Staff client</a>
73
                                    <a href="[% Koha.Preference('staffClientBaseURL') | url %]" class="btn btn-primary">Go to staff interface</a>
74
                                [% END %]
74
                                [% END %]
75
                            </div>
75
                            </div>
76
                        [% ELSE %]
76
                        [% ELSE %]
77
- 

Return to bug 30762