#32 - Add help text to custom template text area
authorVimal Joseph <vimal.joseph@zyxware.com>
Wed, 14 Jan 2015 15:55:12 +0000 (21:25 +0530)
committerVimal Joseph <vimal.joseph@zyxware.com>
Wed, 14 Jan 2015 15:55:12 +0000 (21:25 +0530)
templates/CRM/Wci/Form/CreateWidget.tpl

index cc9ba22eae23271ec9499a7714d48d4d9b3f2e65..358697eb183bf9cb4303c982a26cbc35c222c8c8 100644 (file)
           <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 -->