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:
Peter Crellan Kelly 2013-04-10 07:22:41 +12:00 committed by Jared Camins-Esakov
parent 571dab9c7c
commit 79ea900b2c

View file

@ -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>