From 2824b7a64c3919f4b6b984ab96404c34a643cc63 Mon Sep 17 00:00:00 2001 From: mzd Date: Sun, 27 Apr 2014 18:22:20 -0400 Subject: [PATCH] CRM-11864 add plus and trash icons to add/remove profile buttons; ---------------------------------------- * CRM-11864: Embed form-designer in event and contribution UIs https://issues.civicrm.org/jira/browse/CRM-11864 --- .../CRM/Event/Form/ManageEvent/Registration.tpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/CRM/Event/Form/ManageEvent/Registration.tpl b/templates/CRM/Event/Form/ManageEvent/Registration.tpl index 24d79a7a18..d6270b141c 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}
@@ -138,7 +138,7 @@ {$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} @@ -149,9 +149,9 @@ {$form.custom_post_id_multiple.$profilePostNum.label} {$form.custom_post_id_multiple.$profilePostNum.html} -  {ts}remove profile{/ts} +  {ts}remove profile{/ts} {if $smarty.foreach.profilePostIdName.last} -   {ts}add profile{/ts} +   {ts}add profile{/ts} {/if}
@@ -170,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}
@@ -181,9 +181,9 @@ {$form.additional_custom_post_id_multiple.$profilePostNumA.label} {$form.additional_custom_post_id_multiple.$profilePostNumA.html} -  {ts}remove profile{/ts} +  {ts}remove profile{/ts} {if $smarty.foreach.profilePostIdAName.last} -   {ts}add profile{/ts} +   {ts}add profile{/ts} {/if}
-- 2.25.1