Merge pull request #8219 from colemanw/CRM-18004
[civicrm-core.git] / templates / CRM / Campaign / Form / Petition.tpl
index e19135a9006abfd3414c94a92aada11f8319f204..bb328b3f396df2c355d2b290586dd7b62ebc3d6d 100644 (file)
@@ -2,7 +2,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2016                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -38,7 +38,7 @@
     </table>
   {else}
     {if $action  eq 1}
-      <div id="help">
+      <div class="help">
         {ts}Use this form to Add new Survey. You can create a new Activity type, specific to this Survey or select an existing activity type for this Survey.{/ts}
       </div>
     {/if}
@@ -79,7 +79,7 @@
       </tr>
       <tr class="crm-campaign-survey-form-block-thankyou_title">
         <td
-          class="label">{$form.thankyou_title.label}{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contribution_page' field='thankyou_title' id=$contributionPageID}{/if}</td>
+          class="label">{$form.thankyou_title.label}{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_survey' field='thankyou_title' id=$surveyId}{/if}</td>
         <td>{$form.thankyou_title.html}<br/>
 
           <div class="description">{ts}This title will be displayed at the top of the thank-you page.{/ts}</div>
@@ -87,7 +87,7 @@
       </tr>
       <tr class="crm-campaign-survey-form-block-thankyou_text">
         <td
-          class="label">{$form.thankyou_text.label}{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contribution_page' field='thankyou_text' id=$contributionPageID}{/if}</td>
+          class="label">{$form.thankyou_text.label}{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_survey' field='thankyou_text' id=$surveyId}{/if}</td>
         <td>{$form.thankyou_text.html}<br/>
 
           <div
         </td>
       </tr>
     </table>
+    <div id="customData"></div>
+    {*include custom data js file*}
+    {include file="CRM/common/customData.tpl"}
+    {literal}
+      <script type="text/javascript">
+        CRM.$(function($) {
+          {/literal}
+          CRM.buildCustomData( 'Survey' );
+          {literal}
+        });
+      </script>
+    {/literal}
   {/if}
   <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
 </div>