Bug 6506: Correct CSS class name.
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Mason James <mtj@kohaaloha.com> http://bugs.koha-community.org/show_bug.cgi?id=6509 Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
571dab9c7c
commit
79ea900b2c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
[% IF ( deleted ) %]
|
||||
<div class="dialog message">Your reading history has been deleted.</div>
|
||||
[% ELSIF ( err_history_not_deleted ) %]
|
||||
<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>
|
||||
<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>
|
||||
[% END %]
|
||||
[% IF ( privacy_updated ) %]
|
||||
<div class="dialog message">Your privacy rules have been updated.</div>
|
||||
|
|
Loading…
Reference in a new issue