From 2a7fd64405f66532daa6bc22ce5db0f83d518352 Mon Sep 17 00:00:00 2001 From: Vimal Joseph 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 @@
{$form.custom_template.html}
+
+ The custom template will support Smarty built-in variable modifiers and the following PHP functions: count, number_format. +
-- 2.25.1