From 2a7fd64405f66532daa6bc22ce5db0f83d518352 Mon Sep 17 00:00:00 2001 From: Vimal Joseph <vimal.joseph@zyxware.com> Date: Wed, 14 Jan 2015 21:25:12 +0530 Subject: [PATCH] #32 - Add help text to custom template text area --- templates/CRM/Wci/Form/CreateWidget.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/CRM/Wci/Form/CreateWidget.tpl b/templates/CRM/Wci/Form/CreateWidget.tpl index cc9ba22..358697e 100644 --- a/templates/CRM/Wci/Form/CreateWidget.tpl +++ b/templates/CRM/Wci/Form/CreateWidget.tpl @@ -254,6 +254,9 @@ <div class="content"> {$form.custom_template.html} </div> + <div class="content"> + The custom template will support Smarty built-in <a href=http://www.smarty.net/docsv2/en/language.modifiers.tpl>variable modifiers</a> and the following PHP functions: count, number_format. + </div> <div class="clear"></div> </div> </div><!-- /.crm-block --> -- 2.25.1