From d12991dc2a13f2f4424a55a8e4f60fbe099e34cc Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 30 Oct 2018 12:30:22 -0400 Subject: [PATCH] Also update markup in TabHeader.tpl for consistency --- templates/CRM/common/TabHeader.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/CRM/common/TabHeader.tpl b/templates/CRM/common/TabHeader.tpl index e47906d4cb..6db3646303 100644 --- a/templates/CRM/common/TabHeader.tpl +++ b/templates/CRM/common/TabHeader.tpl @@ -31,7 +31,11 @@ {foreach from=$tabHeader key=tabName item=tabValue}
  • {if $tabValue.active} - {$tabValue.title}{if isset($tabValue.count)} {$tabValue.count}{/if} + + {if !empty($tabValue.icon)}{/if} + {$tabValue.title} + {if isset($tabValue.count)}{$tabValue.count}{/if} + {else} {$tabValue.title} {/if} -- 2.25.1