From de58059739c59698d75b3b903539c35340e4703a Mon Sep 17 00:00:00 2001 From: Mukesh Ram Date: Wed, 28 Feb 2018 18:47:21 +0530 Subject: [PATCH] CRM-21817: Move help section outside form block --- templates/CRM/Admin/Form/WordReplacements.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Admin/Form/WordReplacements.tpl b/templates/CRM/Admin/Form/WordReplacements.tpl index 68dc41adce..d1f451b2fb 100644 --- a/templates/CRM/Admin/Form/WordReplacements.tpl +++ b/templates/CRM/Admin/Form/WordReplacements.tpl @@ -36,10 +36,10 @@ {else} {* this template is used for adding/editing string overrides *} +
+ {ts}Use Word Replacements to change all occurrences of a word or phrase in CiviCRM screens (e.g. replace all occurrences of 'Contribution' with 'Donation').{/ts} {help id="id-word_replace"} +
-
- {ts}Use Word Replacements to change all occurrences of a word or phrase in CiviCRM screens (e.g. replace all occurrences of 'Contribution' with 'Donation').{/ts} {help id="id-word_replace"} -
{include file="CRM/common/formButtons.tpl" location='top'}
-- 2.25.1