From: Tim Otten Date: Tue, 8 Aug 2017 22:47:28 +0000 (-0700) Subject: CRM-21052 - templates/CRM/Admin/Form/Setting/Case.tpl - Style cleanup X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e10aba202d58de4acb6549f264beef69f8beddf0;p=civicrm-core.git CRM-21052 - templates/CRM/Admin/Form/Setting/Case.tpl - Style cleanup --- 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"}