From 8f13d060d5f28d4a20729bdf8ed1608b08673830 Mon Sep 17 00:00:00 2001 From: Vimal Joseph Date: Wed, 19 Nov 2014 18:57:26 +0530 Subject: [PATCH] #31445 - Fixed the issue in template. Now the description will appear even if the progress bar is not selected. --- templates/CRM/Wci/Page/wciwidget.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Wci/Page/wciwidget.tpl b/templates/CRM/Wci/Page/wciwidget.tpl index 3351f93..8d5b657 100644 --- a/templates/CRM/Wci/Page/wciwidget.tpl +++ b/templates/CRM/Wci/Page/wciwidget.tpl @@ -237,10 +237,10 @@
+ {/if}
{$wciform.description} -
- {/if} +
{if $wciform.button_title && $cpageId} -- 2.25.1