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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +1 lines)
Lines 55-61 Link Here
55
                    <h2>Hello, [% INCLUDE 'patron-title.inc' patron = logged_in_user %]
55
                    <h2>Hello, [% INCLUDE 'patron-title.inc' patron = logged_in_user %]
56
                    </h2>
56
                    </h2>
57
57
58
                    <p><a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a></p>
58
                    <p>If you are not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]<br> <a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Logout</a></p>
59
59
60
                    [% IF ( patronupdate ) %]<div class="alert alert-info"><h3>Thank you!</h3><p>Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.</p></div>[% END %]
60
                    [% IF ( patronupdate ) %]<div class="alert alert-info"><h3>Thank you!</h3><p>Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.</p></div>[% END %]
61
61
62
- 

Return to bug 27480