From: Vimal Joseph <vimal.joseph@zyxware.com>
Date: Wed, 14 Jan 2015 15:55:12 +0000 (+0530)
Subject: #32 - Add help text to custom template text area
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2a7fd64405f66532daa6bc22ce5db0f83d518352;p=com.zyxware.civiwci.git

#32 - Add help text to custom template text area
---

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 -->