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 102-108 Link Here
102
                                            Comment:
102
                                            Comment:
103
                                            <span id="userdebarred_comment">
103
                                            <span id="userdebarred_comment">
104
                                                <strong>
104
                                                <strong>
105
                                                    [% BORROWER_INFO.debarredcomment %]
105
                                                    [% IF BORROWER_INFO.debarredcomment.search('OVERDUES_PROCESS') %]
106
                                                        Restriction added by overdues process [% BORROWER_INFO.debarredcomment.remove('OVERDUES_PROCESS ') | html_line_break %]
107
                                                    [% ELSE %]
108
                                                        [% BORROWER_INFO.debarredcomment | html_line_break %]
109
                                                    [% END %]
106
                                                </strong>
110
                                                </strong>
107
                                            </span>
111
                                            </span>
108
                                        [% END %]
112
                                        [% END %]
Lines 110-115 Link Here
110
                                            End date:
114
                                            End date:
111
                                            <span id="userdebarred_date">[% BORROWER_INFO.userdebarreddate | $KohaDates %]</span>
115
                                            <span id="userdebarred_date">[% BORROWER_INFO.userdebarreddate | $KohaDates %]</span>
112
                                        [% END %]
116
                                        [% END %]
117
113
                                        <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>
118
                                        <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>
114
                                    [% END %]
119
                                    [% END %]
115
                                [% END %]
120
                                [% END %]
116
- 

Return to bug 19849