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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-3 / +2 lines)
Lines 173-183 Link Here
173
                                                <ul id="userdebarred_comment">
173
                                                <ul id="userdebarred_comment">
174
                                                    [% FOREACH restriction IN logged_in_user.restrictions %]
174
                                                    [% FOREACH restriction IN logged_in_user.restrictions %]
175
                                                        <li class="patron_restriction">
175
                                                        <li class="patron_restriction">
176
                                                            <strong>[%- restriction.type.display_text | html -%]</strong>
176
                                                            <strong>[%- restriction.type.display_text | html -%]: </strong>
177
                                                            [% IF restriction.comment.search('OVERDUES_PROCESS') %]
177
                                                            [% IF restriction.comment.search('OVERDUES_PROCESS') %]
178
                                                                Restriction added by overdues process [% restriction.comment.remove('OVERDUES_PROCESS ') | html_line_break %]
178
                                                                Restriction added by overdues process [% restriction.comment.remove('OVERDUES_PROCESS ') | html_line_break %]
179
                                                            [% ELSE %]
179
                                                            [% ELSE %]
180
                                                                [%- IF restriction.comment -%]:
180
                                                                [%- IF restriction.comment -%]
181
                                                                    <span class="restriction_comment">[% restriction.comment | html_line_break %]</span>.
181
                                                                    <span class="restriction_comment">[% restriction.comment | html_line_break %]</span>.
182
                                                                [%- END -%]
182
                                                                [%- END -%]
183
                                                            [% END %]
183
                                                            [% END %]
184
- 

Return to bug 31097