From 0905977956cc6b5b6ca32dd00770b71f13ed1c48 Mon Sep 17 00:00:00 2001 From: "larssandergreen@gmail.com" Date: Tue, 27 Sep 2022 09:59:33 -0600 Subject: [PATCH] Price sets clarify --- templates/CRM/Price/Form/Field.tpl | 2 +- templates/CRM/Price/Form/Option.tpl | 2 +- templates/CRM/Price/Page/Field.hlp | 9 ++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Price/Form/Field.tpl b/templates/CRM/Price/Form/Field.tpl index 192dc1a024..a449865a09 100644 --- a/templates/CRM/Price/Form/Field.tpl +++ b/templates/CRM/Price/Form/Field.tpl @@ -156,7 +156,7 @@ {$form.is_display_amounts.label} {$form.is_display_amounts.html} {if $action neq 4} -
{ts}Display amount next to each option? If no, then the amount should be in the option description.{/ts}
+
{ts}Display amount next to each option?{/ts}
{/if} diff --git a/templates/CRM/Price/Form/Option.tpl b/templates/CRM/Price/Form/Option.tpl index ea6eb23c3b..6924efaad0 100644 --- a/templates/CRM/Price/Form/Option.tpl +++ b/templates/CRM/Price/Form/Option.tpl @@ -40,7 +40,7 @@ {$form.non_deductible_amount.html} - {$form.description.label} + {$form.description.label}
{help id="description" file="CRM/Price/Page/Field.hlp"} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_price_field_value' field='description' id=$optionId}{/if}{$form.description.html} diff --git a/templates/CRM/Price/Page/Field.hlp b/templates/CRM/Price/Page/Field.hlp index e8573e1281..e2cd6f1ee8 100644 --- a/templates/CRM/Price/Page/Field.hlp +++ b/templates/CRM/Price/Page/Field.hlp @@ -89,5 +89,12 @@ {ts}Membership Type{/ts} {/htxt} {htxt id="id-membership-type"} - {ts}If you select a membership type, a membership will be created or renewed when users select this option. Leave this column blank for non-membership options (e.g. magazine subscription).{/ts} + {ts}If you select a membership type, a membership will be created or renewed when users select this option. Leave this column blank for non-membership options (e.g. magazine subscription).{/ts} +{/htxt} + +{htxt id="description-title"} + {ts}Description{/ts} +{/htxt} +{htxt id="description"} + {ts}Description is not shown publicly.{/ts} {/htxt} -- 2.25.1