From: demeritcowboy Date: Mon, 25 Jan 2021 23:23:01 +0000 (-0500) Subject: consistencize the description line breaks X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f4afcc5132b307700569396f0ea7bd123af41691;p=civicrm-core.git consistencize the description line breaks --- diff --git a/templates/CRM/Custom/Form/Field.tpl b/templates/CRM/Custom/Form/Field.tpl index 02f4ce7b02..0bca2ed448 100644 --- a/templates/CRM/Custom/Form/Field.tpl +++ b/templates/CRM/Custom/Form/Field.tpl @@ -99,6 +99,7 @@ {$form.weight.label} {$form.weight.html|crmAddClass:two} {if $action neq 4} +
{ts}Weight controls the order in which fields are displayed in a group. Enter a positive or negative integer - lower numbers are displayed ahead of higher numbers.{/ts} {/if} @@ -119,6 +120,7 @@ {$form.help_post.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_custom_field' field='help_post' id=$id}{/if} {$form.help_post.html|crmAddClass:huge} {if $action neq 4} +
{ts}Explanatory text displayed on back-end forms. Pre help is displayed inline on the form (above the field). Post help is displayed in a pop-up - users click the help balloon to view help text.{/ts} {/if} @@ -150,7 +152,10 @@ {$form.is_view.label} {$form.is_view.html} - {ts}Is this field set by PHP code (via a custom hook). This field will not be updated by CiviCRM.{/ts} + {if $action neq 4} +
+ {ts}Is this field set by PHP code (via a custom hook). This field will not be updated by CiviCRM.{/ts} + {/if}