NEW Use Bootstrap alerts throughout the CMS

This commit is contained in:
Robbie Averill 2018-09-13 19:00:04 +02:00
parent a33866ff4c
commit 0a64b07b2c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<body class="cms cms-security fill-height">
<% with $Form %>
<% if $Message %>
<div class="cms-security__container__error message $MessageType">
<div class="cms-security__container__error alert $AlertType">
<p id="{$FormName}_error">$Message</p>
</div>
<% end_if %>