*
* Generated from xml/schema/CRM/Campaign/Survey.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4b2846e419f4a7d5dcc44b80df895caf)
+ * (GenCodeChecksum:79c05054f18c94059ec35314ea6bbef6)
*/
/**
'bao' => 'CRM_Campaign_BAO_Survey',
'localizable' => 1,
'html' => [
- 'type' => 'TextArea',
+ 'type' => 'RichTextEditor',
],
'add' => '3.3',
],
'required' => "true",
],
'instructions' => [
- 'type' => "TextArea",
+ 'type' => "RichTextEditor",
'rows' => "20",
'cols' => "80",
],
<td>{$form.title.html}
</tr>
<tr class="crm-campaign-survey-form-block-instructions">
- <td class="label">{$form.instructions.label}</td>
+ <td class="label">{$form.instructions.label}{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_survey' field='instructions' id=$surveyId}{/if}</td>
<td class="view-value">{$form.instructions.html}
</tr>
<tr class="crm-campaign-survey-form-block-campaign_id">
<div class="description">{ts}Select the Activity Type.{/ts}</div></td>
</tr>
<tr class="crm-campaign-survey-main-form-block-instructions">
- <td class="label">{$form.instructions.label}</td>
+ <td class="label">{$form.instructions.label}{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_survey' field='instructions' id=$surveyId}{/if}</td>
<td class="view-value">{$form.instructions.html}
</tr>
<tr class="crm-campaign-survey-main-form-block-default_number_of_contacts">
<localizable>true</localizable>
<comment>Script instructions for volunteers to use for the survey.</comment>
<html>
- <type>TextArea</type>
+ <type>RichTextEditor</type>
<rows>20</rows>
<cols>80</cols>
</html>