From bc55f7c3775a0e09530302e61f60c6a86fcb3371 Mon Sep 17 00:00:00 2001 From: Sebastian Marcet Date: Mon, 7 Sep 2015 16:19:57 -0300 Subject: [PATCH] [smarcet] * fix on form alerts --- templates/BootstrapForm.ss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/BootstrapForm.ss b/templates/BootstrapForm.ss index 7de97f5..c7d21eb 100755 --- a/templates/BootstrapForm.ss +++ b/templates/BootstrapForm.ss @@ -3,11 +3,11 @@ <% end_if %> <% if $Message %> <% if $MessageType == "good" %> -
$Message
+ <% else_if MessageType == "info" %> -
$Message
+ <% else_if MessageType == "bad" %> -
$Message
+ <% end_if %> <% end_if %>