X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FCampaign%2FForm%2FPetition.tpl;h=bb328b3f396df2c355d2b290586dd7b62ebc3d6d;hb=d6023320055f1b29ae50670e69faa80688d22115;hp=e19135a9006abfd3414c94a92aada11f8319f204;hpb=2bcf3e5b72a945c90d882750227fa62670b980d6;p=civicrm-core.git diff --git a/templates/CRM/Campaign/Form/Petition.tpl b/templates/CRM/Campaign/Form/Petition.tpl index e19135a900..bb328b3f39 100644 --- a/templates/CRM/Campaign/Form/Petition.tpl +++ b/templates/CRM/Campaign/Form/Petition.tpl @@ -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 @@ {else} {if $action eq 1} -
+
{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}
{/if} @@ -79,7 +79,7 @@ {$form.thankyou_title.label}{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contribution_page' field='thankyou_title' id=$contributionPageID}{/if} + 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} {$form.thankyou_title.html}
{ts}This title will be displayed at the top of the thank-you page.{/ts}
@@ -87,7 +87,7 @@ {$form.thankyou_text.label}{if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contribution_page' field='thankyou_text' id=$contributionPageID}{/if} + 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} {$form.thankyou_text.html}
+
+ {*include custom data js file*} + {include file="CRM/common/customData.tpl"} + {literal} + + {/literal} {/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}