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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-7 / +8 lines)
Lines 60-69 Link Here
60
                        <a href="/cgi-bin/koha/opac-main.pl?logout.x=1" class="d-print-none">Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a></p
60
                        <a href="/cgi-bin/koha/opac-main.pl?logout.x=1" class="d-print-none">Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a></p
61
                    >
61
                    >
62
62
63
                    [% IF ( patronupdate ) %]<div class="alert alert-info"><h2>Thank you!</h2><p>Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.</p></div>[% END %]
63
                    [% IF ( patronupdate ) %]
64
                        <div class="alert alert-info" role="status"><h2>Thank you!</h2><p>Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.</p></div>
65
                    [% END %]
64
66
65
                    [% IF failed_holds %]
67
                    [% IF failed_holds %]
66
                        <div class="alert alert-info">
68
                        <div class="alert alert-info" role="status">
67
                            <h2>Notice:</h2>
69
                            <h2>Notice:</h2>
68
                            <p>One or more holds were not placed due to following errors:</p>
70
                            <p>One or more holds were not placed due to following errors:</p>
69
                            <ul>
71
                            <ul>
Lines 120-133 Link Here
120
                    [% END %]
122
                    [% END %]
121
123
122
                    [% IF ( borrower.warndeparture ) %]
124
                    [% IF ( borrower.warndeparture ) %]
123
                        <div class="alert alert-warning" id="warndeparture">
125
                        <div class="alert alert-warning" id="warndeparture" role="alert">
124
                            <strong>Please note:</strong><span> Your library card will expire on <span id="warndeparture_date">[% borrower.warndeparture | $KohaDates %]</span>. Please contact the library for more information.</span>
126
                            <strong>Please note:</strong><span> Your library card will expire on <span id="warndeparture_date">[% borrower.warndeparture | $KohaDates %]</span>. Please contact the library for more information.</span>
125
                            [% IF ( borrower.returnbeforeexpiry ) %]<span id="warndeparture_returnbeforeexpiry"> Also note that you must return all checked out items before your library card expires.</span>[% END %]
127
                            [% IF ( borrower.returnbeforeexpiry ) %]<span id="warndeparture_returnbeforeexpiry"> Also note that you must return all checked out items before your library card expires.</span>[% END %]
126
                        </div>
128
                        </div>
127
                    [% END %]
129
                    [% END %]
128
130
129
                    [% IF ( borrower.warnexpired ) %]
131
                    [% IF ( borrower.warnexpired ) %]
130
                        <div class="alert alert-warning" id="warnexpired">
132
                        <div class="alert alert-warning" id="warnexpired" role="alert">
131
                            <strong>Please note: </strong><span>Your account has expired as of [% borrower.warnexpired | $KohaDates %]. Please contact the library if you wish to renew your account.</span>
133
                            <strong>Please note: </strong><span>Your account has expired as of [% borrower.warnexpired | $KohaDates %]. Please contact the library if you wish to renew your account.</span>
132
                        </div>
134
                        </div>
133
                    [% END %]
135
                    [% END %]
Lines 161-167 Link Here
161
                    [% END %]
163
                    [% END %]
162
164
163
                    [% IF ( patron_flagged ) %]
165
                    [% IF ( patron_flagged ) %]
164
                        <div class="alert alert-warning">
166
                        <div class="alert alert-warning" role="alert">
165
                            <ul>
167
                            <ul>
166
                                [% IF ( userdebarred ) %]
168
                                [% IF ( userdebarred ) %]
167
                                    [% IF ( discharge_available ) %]
169
                                    [% IF ( discharge_available ) %]
Lines 196-202 Link Here
196
                        <div class="alert alert-info" id="savings"> Congratulations, you have saved a total of [% savings | $Price with_symbol => 1 %] by using the library. </div>
198
                        <div class="alert alert-info" id="savings"> Congratulations, you have saved a total of [% savings | $Price with_symbol => 1 %] by using the library. </div>
197
                    [% END %]
199
                    [% END %]
198
200
199
                    <div class="alert alert-info" id="notesaved" style="display:none;"></div>
201
                    <div class="alert alert-info" id="notesaved" style="display:none;" role="status"></div>
200
                    [% IF ( OpacMySummaryNote ) %]
202
                    [% IF ( OpacMySummaryNote ) %]
201
                        [% PROCESS koha_news_block news => OpacMySummaryNote %]
203
                        [% PROCESS koha_news_block news => OpacMySummaryNote %]
202
                    [% END %]
204
                    [% END %]
203
- 

Return to bug 40283