style fix
authordeb.monish <monish.deb@jmaconsulting.biz>
Fri, 21 Jul 2017 09:15:34 +0000 (14:45 +0530)
committerdeb.monish <monish.deb@jmaconsulting.biz>
Fri, 21 Jul 2017 09:15:34 +0000 (14:45 +0530)
templates/CRM/Admin/Form/Setting/Mail.tpl
templates/CRM/Admin/Form/Setting/SettingForm.tpl

index 1cbd03fd82e81103963c1ad1bc0822a1b1cfe4c1..86194e7c6a275f488e72fee2469870fdbde7a9f6 100644 (file)
@@ -25,7 +25,8 @@
 *}
 {capture assign=docLink}{docURL page="CiviMail Mailer Settings" text="CiviMail Mailer Settings and Optimization" resource="wiki"}{/capture}
 <div class="crm-block crm-form-block crm-mail-form-block">
-<div class="help">
+  <div class="help">
     {ts 1=$docLink}These settings are used to configure mailer properties for the optional CiviMail component and may allow you to significantly optimize performance. Please read the %1 documentation, and make sure you understand it before modifying default values. (These settings are NOT used for the built-in 'Email - send now' feature).{/ts}
+  </div>
+  {include file='CRM/Admin/Form/Setting/SettingForm.tpl'}
 </div>
-{include file='CRM/Admin/Form/Setting/SettingForm.tpl'}
index 6cd44656982f69d19eef061ba27e62f744445b7c..7e3b4e675b57853121b7a548f8b70382645bea14 100644 (file)
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
 *}
-{
 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-  <table class="form-layout-compressed">
-    {foreach from=$settings_fields key="setting_name" item="setting_detail"}
-      <tr class="crm-mail-form-block-{$setting_name}">
-        <td class="label">{$form.$setting_name.label}</td><td>{$form.$setting_name.html}<br />
-          <span class="description">{ts}{$setting_detail.description}{/ts}</span>{if $setting_detail.help_text}
-            {assign var='tplhelp_id' value = $setting_name|cat:'-id'|replace:'_':'-'}
-            {help id="$tplhelp_id"}{/if}</td>
-      </tr>
-    {/foreach}
-  </table>
-  <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
-  <div class="spacer"></div>
-</div>
\ No newline at end of file
+<table class="form-layout-compressed">
+  {foreach from=$settings_fields key="setting_name" item="setting_detail"}
+    <tr class="crm-mail-form-block-{$setting_name}">
+      <td class="label">{$form.$setting_name.label}</td><td>{$form.$setting_name.html}<br />
+        <span class="description">
+          {ts}{$setting_detail.description}{/ts}
+        </span>
+        {if $setting_detail.help_text}
+          {assign var='tplhelp_id' value = $setting_name|cat:'-id'|replace:'_':'-'}{help id="$tplhelp_id"}
+        {/if}
+      </td>
+    </tr>
+  {/foreach}
+</table>
+<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+<div class="spacer"></div>