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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +6 lines)
Lines 112-118 Using this account is not recommended because some parts of Koha will not functi Link Here
112
                                            Comment:
112
                                            Comment:
113
                                            <span id="userdebarred_comment">
113
                                            <span id="userdebarred_comment">
114
                                                <strong>
114
                                                <strong>
115
                                                    [% BORROWER_INFO.debarredcomment %]
115
                                                    [% IF BORROWER_INFO.debarredcomment.search('OVERDUES_PROCESS') %]
116
                                                        Restriction added by overdues process [% BORROWER_INFO.debarredcomment.remove('OVERDUES_PROCESS ') | html_line_break %]
117
                                                    [% ELSE %]
118
                                                        [% BORROWER_INFO.debarredcomment | html_line_break %]
119
                                                    [% END %]
116
                                                </strong>
120
                                                </strong>
117
                                            </span>
121
                                            </span>
118
                                        [% END %]
122
                                        [% END %]
Lines 120-125 Using this account is not recommended because some parts of Koha will not functi Link Here
120
                                            End date:
124
                                            End date:
121
                                            <span id="userdebarred_date">[% BORROWER_INFO.userdebarreddate | $KohaDates %]</span>
125
                                            <span id="userdebarred_date">[% BORROWER_INFO.userdebarreddate | $KohaDates %]</span>
122
                                        [% END %]
126
                                        [% END %]
127
123
                                        <em>Usually the reason for freezing an account is old overdues or damage fees. If your account shows to be clear, please contact the library.</em> <a href="/cgi-bin/koha/opac-account.pl">Go to your account page</a></li>
128
                                        <em>Usually the reason for freezing an account is old overdues or damage fees. If your account shows to be clear, please contact the library.</em> <a href="/cgi-bin/koha/opac-account.pl">Go to your account page</a></li>
124
                                    [% END %]
129
                                    [% END %]
125
                                [% END %]
130
                                [% END %]
126
- 

Return to bug 19849