From: Rich Lott / Artful Robot Date: Thu, 21 May 2020 13:19:55 +0000 (+0100) Subject: Public status messages should show correct class/icon like error X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f10c67bd70ad87c4122a6df3d5a6d42dcdbf299f;p=civicrm-core.git Public status messages should show correct class/icon like error --- diff --git a/templates/CRM/common/status.tpl b/templates/CRM/common/status.tpl index c2d81be5a2..27f5fbc0fa 100644 --- a/templates/CRM/common/status.tpl +++ b/templates/CRM/common/status.tpl @@ -13,7 +13,7 @@ {assign var="status" value=$session->getStatus(true)} {foreach name=statLoop item=statItem from=$status} {if $urlIsPublic} - {assign var="infoType" value="no-popup"} + {assign var="infoType" value="no-popup `$statItem.type`"} {else} {assign var="infoType" value=$statItem.type} {/if}