From 850b66355c1a8f828ab8979cf2902dcf6b610d8d Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Thu, 13 Feb 2014 19:27:45 -0500 Subject: [PATCH] CRM-14219: templates/CRM/PCP/Form/Campaign.tpl: convert markup from tables to divs. --- templates/CRM/PCP/Form/Campaign.tpl | 116 +++++++++++++++------------- 1 file changed, 64 insertions(+), 52 deletions(-) diff --git a/templates/CRM/PCP/Form/Campaign.tpl b/templates/CRM/PCP/Form/Campaign.tpl index 3ab328fb75..5792844647 100644 --- a/templates/CRM/PCP/Form/Campaign.tpl +++ b/templates/CRM/PCP/Form/Campaign.tpl @@ -26,61 +26,73 @@
{ts}Personalize the contents and appearance of your personal campaign page here. You will be able to return to this page and make changes at any time.{/ts}
-
+
{crmRegion name="pcp-form-campaign"} - - - - - - - - - - - - - - - - - - - - - - - - - -
{$form.pcp_title.label}{$form.pcp_title.html|crmAddClass:big}
{$form.pcp_intro_text.label} - {$form.pcp_intro_text.html|crmAddClass:big}
- {ts}Introduce the campaign and why you're supporting it. This text will appear at the top of your personal page AND at the top of the main contribution or event registration page.{/ts} -
{$form.goal_amount.label}{$form.goal_amount.html|crmAddClass:six}
- {ts}Total amount you would like to raise for this campaign.{/ts} -
{$form.is_thermometer.label}{$form.is_thermometer.html} - {ts}If this option is checked, a "thermometer" showing progress toward your goal will be included on the page.{/ts} -
{$form.page_text.label} - {ts}Tell people why this campaign is important to you.{/ts}
- {$form.page_text.html|crmAddClass:huge} -
+
+
{$form.pcp_title.label}
+
+ {$form.pcp_title.html|crmAddClass:big} +
+
+
+
+
{$form.pcp_intro_text.label}
+
+ {$form.pcp_intro_text.html|crmAddClass:big} +
{ts}Introduce the campaign and why you're supporting it. This text will appear at the top of your personal page AND at the top of the main contribution or event registration page.{/ts}
+
+
+
+
+
{$form.goal_amount.label}
+
+ {$form.goal_amount.html|crmAddClass:six} +
{ts}Total amount you would like to raise for this campaign.{/ts}
+
+
+
+
+
{$form.is_thermometer.label}
+
+ {$form.is_thermometer.html} +
{ts}If this option is checked, a "thermometer" showing progress toward your goal will be included on the page.{/ts}
+
+
+
+ +
+
{$form.page_text.label}
+
+ {$form.page_text.html|crmAddClass:huge} +
{ts}Tell people why this campaign is important to you.{/ts}
+
+
+
{include file="CRM/Form/attachment.tpl" context="pcpCampaign"} - - - - - - - - - - -
{$form.is_honor_roll.label}{$form.is_honor_roll.html} - {ts}If this option is checked, an "honor roll" will be displayed with the names (or nicknames) of the people who supported your campaign. (People will have the option to remain anonymous. Their names will NOT be listed.){/ts}
{$form.is_active.label}{$form.is_active.html} - {ts}Is your Personal Campaign Page active? You can activate/de-activate it any time during it's lifecycle.{/ts}
+
+
{$form.is_honor_roll.label}
+
+ {$form.is_honor_roll.html} +
{ts}If this option is checked, an "honor roll" will be displayed with the names (or nicknames) of the people who supported you. (Donors will have the option to remain anonymous. Their names will NOT be listed.){/ts}
{* [ML] string changed #9704 *} +
+
+
+
+
{$form.is_active.label}
+
+ {$form.is_active.html} +
{ts}Is your Personal Campaign Page active? You can activate/de-activate it any time during it's lifecycle.{/ts}
+
+
+
{/crmRegion}
{include file="CRM/common/formButtons.tpl" location="bottom"}
-- 2.25.1