From 7a4c15f22c3d7d2ae9b5361f979cf536c26c31ee Mon Sep 17 00:00:00 2001 From: mzd Date: Sun, 27 Apr 2014 18:13:09 -0400 Subject: [PATCH] CRM-11864 remove link to create new profiels (soon to be unnecessary); add crm-hover-button class to "add profile" links; ---------------------------------------- * CRM-11864: Embed form-designer in event and contribution UIs https://issues.civicrm.org/jira/browse/CRM-11864 --- .../Event/Form/ManageEvent/Registration.tpl | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/templates/CRM/Event/Form/ManageEvent/Registration.tpl b/templates/CRM/Event/Form/ManageEvent/Registration.tpl index ed4d80c2d8..24d79a7a18 100644 --- a/templates/CRM/Event/Form/ManageEvent/Registration.tpl +++ b/templates/CRM/Event/Form/ManageEvent/Registration.tpl @@ -28,7 +28,7 @@ {$form.additional_custom_post_id_multiple[$profileBottomNumAdd].label} {$form.additional_custom_post_id_multiple[$profileBottomNumAdd].html} -  {ts}remove profile{/ts}   {ts}add profile{/ts} +  {ts}remove profile{/ts}   {ts}add profile{/ts}
{ts}Change this if you want to use a different profile for additional participants.{/ts}
@@ -39,7 +39,7 @@ {$form.custom_post_id_multiple[$profileBottomNum].label} {$form.custom_post_id_multiple[$profileBottomNum].html} -  {ts}remove profile{/ts}  {ts}add profile{/ts} +  {ts}remove profile{/ts}  {ts}add profile{/ts}
{ts}Include additional fields on this registration form by configuring and selecting a CiviCRM Profile to be included at the bottom of the page.{/ts}
@@ -133,16 +133,14 @@ {$form.custom_pre_id.label} {$form.custom_pre_id.html}
{ts}Include additional fields on this registration form by configuring and selecting a CiviCRM Profile to be included at the top of the page (immediately after the introductory message).{/ts}{help id="event-profile"}
- {$form.custom_post_id.label} {$form.custom_post_id.html} -   {ts}add profile{/ts} +   {ts}add profile{/ts}
{ts}Include additional fields on this registration form by configuring and selecting a CiviCRM Profile to be included at the bottom of the page.{/ts} -
@@ -153,7 +151,7 @@ {$form.custom_post_id_multiple.$profilePostNum.html}  {ts}remove profile{/ts} {if $smarty.foreach.profilePostIdName.last} -   {ts}add profile{/ts} +   {ts}add profile{/ts} {/if}
@@ -172,7 +170,7 @@ {$form.additional_custom_post_id.label} {$form.additional_custom_post_id.html} -  {ts}add profile{/ts} +  {ts}add profile{/ts}
{ts}Change this if you want to use a different profile for additional participants.{/ts}
@@ -185,17 +183,13 @@ {$form.additional_custom_post_id_multiple.$profilePostNumA.html}  {ts}remove profile{/ts} {if $smarty.foreach.profilePostIdAName.last} -   {ts}add profile{/ts} +   {ts}add profile{/ts} {/if}
{/foreach} {/if} - - - {ts}Click here to create a new profile{/ts} - -- 2.25.1