CRM-21052 - templates/CRM/Admin/Form/Setting/Case.tpl - Style cleanup
authorTim Otten <totten@civicrm.org>
Tue, 8 Aug 2017 22:47:28 +0000 (15:47 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 16 Aug 2017 04:48:06 +0000 (21:48 -0700)
templates/CRM/Admin/Form/Setting/Case.tpl

index 9b8f7f2d2614a753d6a6188e005a3a8d80ca6b49..d2da2e05026f2c86428000cefb911c62d343a55a 100644 (file)
       {*{ts}...{/ts} {docURL page="Debugging for developers" resource="wiki"}*}
   {*</div>*}
   <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-   <table class="form-layout">
-     <tr class="crm-case-form-block-civicaseRedactActivityEmail">
-       <td class="label">{$form.civicaseRedactActivityEmail.label}</td>
-       <td>{$form.civicaseRedactActivityEmail.html}<br />
-         <span class="description">{ts}Should activity emails be redacted?{/ts} {ts}(Set "Default" to load setting from the legacy "Settings.xml" file.){/ts}</span>
-       </td>
-     </tr>
-     <tr class="crm-case-form-block-civicaseAllowMultipleClients">
-       <td class="label">{$form.civicaseAllowMultipleClients.label}</td>
-       <td>{$form.civicaseAllowMultipleClients.html}<br />
-         <span class="description">{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}</span>
-       </td>
-     </tr>
-      <tr class="crm-case-form-block-civicaseNaturalActivityTypeSort">
-          <td class="label">{$form.civicaseNaturalActivityTypeSort.label}</td>
-          <td>{$form.civicaseNaturalActivityTypeSort.html}<br />
-            <span class="description">{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}</span>
-          </td>
-      </tr>
+  <table class="form-layout">
+    <tr class="crm-case-form-block-civicaseRedactActivityEmail">
+      <td class="label">{$form.civicaseRedactActivityEmail.label}</td>
+      <td>{$form.civicaseRedactActivityEmail.html}<br />
+        <span class="description">{ts}Should activity emails be redacted?{/ts} {ts}(Set "Default" to load setting from the legacy "Settings.xml" file.){/ts}</span>
+      </td>
+    </tr>
+    <tr class="crm-case-form-block-civicaseAllowMultipleClients">
+      <td class="label">{$form.civicaseAllowMultipleClients.label}</td>
+      <td>{$form.civicaseAllowMultipleClients.html}<br />
+        <span class="description">{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}</span>
+      </td>
+    </tr>
+    <tr class="crm-case-form-block-civicaseNaturalActivityTypeSort">
+      <td class="label">{$form.civicaseNaturalActivityTypeSort.label}</td>
+      <td>{$form.civicaseNaturalActivityTypeSort.html}<br />
+        <span class="description">{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}</span>
+      </td>
+    </tr>
   </table>
   <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
   <div class="spacer"></div>