From e10aba202d58de4acb6549f264beef69f8beddf0 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 8 Aug 2017 15:47:28 -0700 Subject: [PATCH] CRM-21052 - templates/CRM/Admin/Form/Setting/Case.tpl - Style cleanup --- templates/CRM/Admin/Form/Setting/Case.tpl | 38 +++++++++++------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/templates/CRM/Admin/Form/Setting/Case.tpl b/templates/CRM/Admin/Form/Setting/Case.tpl index 9b8f7f2d26..d2da2e0502 100644 --- a/templates/CRM/Admin/Form/Setting/Case.tpl +++ b/templates/CRM/Admin/Form/Setting/Case.tpl @@ -28,25 +28,25 @@ {*{ts}...{/ts} {docURL page="Debugging for developers" resource="wiki"}*} {**}
{include file="CRM/common/formButtons.tpl" location="top"}
- - - - - - - - - - - - - +
{$form.civicaseRedactActivityEmail.label}{$form.civicaseRedactActivityEmail.html}
- {ts}Should activity emails be redacted?{/ts} {ts}(Set "Default" to load setting from the legacy "Settings.xml" file.){/ts} -
{$form.civicaseAllowMultipleClients.label}{$form.civicaseAllowMultipleClients.html}
- {ts}How many clients may be associated with a given case?{/ts} {ts}(Set "Default" to load setting from the legacy "Settings.xml" file.){/ts} -
{$form.civicaseNaturalActivityTypeSort.label}{$form.civicaseNaturalActivityTypeSort.html}
- {ts}How to sort activity-types on the "Manage Case" screen? {/ts} {ts}(Set "Default" to load setting from the legacy "Settings.xml" file.){/ts} -
+ + + + + + + + + + + +
{$form.civicaseRedactActivityEmail.label}{$form.civicaseRedactActivityEmail.html}
+ {ts}Should activity emails be redacted?{/ts} {ts}(Set "Default" to load setting from the legacy "Settings.xml" file.){/ts} +
{$form.civicaseAllowMultipleClients.label}{$form.civicaseAllowMultipleClients.html}
+ {ts}How many clients may be associated with a given case?{/ts} {ts}(Set "Default" to load setting from the legacy "Settings.xml" file.){/ts} +
{$form.civicaseNaturalActivityTypeSort.label}{$form.civicaseNaturalActivityTypeSort.html}
+ {ts}How to sort activity-types on the "Manage Case" screen? {/ts} {ts}(Set "Default" to load setting from the legacy "Settings.xml" file.){/ts} +
{include file="CRM/common/formButtons.tpl" location="bottom"}
-- 2.25.1