CRM-13696 - Add missing </div> and fix tab indent to 2 spaces standard.
authorDave Greenberg <dave@civicrm.org>
Mon, 4 Nov 2013 23:29:47 +0000 (15:29 -0800)
committerDave Greenberg <dave@civicrm.org>
Mon, 4 Nov 2013 23:29:47 +0000 (15:29 -0800)
----------------------------------------
* CRM-13696: Tag listing in remove Tag action has an unclosed div
  http://issues.civicrm.org/jira/browse/CRM-13696

templates/CRM/Contact/Form/Task/RemoveFromTag.tpl

index 22ecceecf451fe2bb680ec85dce962a954bc53aa..b186caa4f078fb89c836e9c2ebc96a7ffb00e63d 100644 (file)
 *}
 {* template to remove tags from contact  *}
 <div class="crm-form-block crm-block crm-contact-task-removefromtag-form-block">
-<h3>
-{ts}Tag Contact(s) (Remove){/ts}
-</h3>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
-<table class="form-layout-compressed">
-    <tr class="crm-contact-task-removefromtag-form-block-tag">
-        <td>
-            <div class="listing-box">
-            {foreach from=$form.tag item="tag_val"}
-                <div class="{cycle values="odd-row,even-row"}">
-                {$tag_val.html}
-            {/foreach}
-            </div>
-        </td>
-    </tr>
-    <tr>
-        <td>
-            {include file="CRM/common/Tag.tpl"}
-        </td>
-    </tr>
+       <h3>
+               {ts}Tag Contact(s) (Remove){/ts}
+       </h3>
+       <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
+       <table class="form-layout-compressed">
+               <tr class="crm-contact-task-removefromtag-form-block-tag">
+           <td>
+               <div class="listing-box">
+             {foreach from=$form.tag item="tag_val"}
+               <div class="{cycle values="odd-row,even-row"}">
+                       {$tag_val.html}
+                                       </div>
+             {/foreach}
+               </div>
+           </td>
+               </tr>
+               <tr>
+           <td>
+               {include file="CRM/common/Tag.tpl"}
+           </td>
+               </tr>
 
-    <tr><td>{include file="CRM/Contact/Form/Task.tpl"}</td></tr>
-</table>
-    <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
+               <tr><td>{include file="CRM/Contact/Form/Task.tpl"}</td></tr>
+       </table>
+       <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
 </div>