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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-privacy.tt (-2 / +1 lines)
Lines 14-20 Link Here
14
    [% IF ( deleted ) %]
14
    [% IF ( deleted ) %]
15
        <div class="dialog message">Your reading history has been deleted.</div>
15
        <div class="dialog message">Your reading history has been deleted.</div>
16
    [% ELSIF ( err_history_not_deleted ) %]
16
    [% ELSIF ( err_history_not_deleted ) %]
17
        <div class="dialog error">The deletion of your reading history failed, because there is a problem with the configuration of this feature. Please help to fix the system by informing your library of this error.</div>
17
        <div class="dialog alert">The deletion of your reading history failed, because there is a problem with the configuration of this feature. Please help to fix the system by informing your library of this error.</div>
18
    [% END %]
18
    [% END %]
19
    [% IF ( privacy_updated ) %]
19
    [% IF ( privacy_updated ) %]
20
        <div class="dialog message">Your privacy rules have been updated.</div>
20
        <div class="dialog message">Your privacy rules have been updated.</div>
21
- 

Return to bug 6506