From 56e0df2719b980b2898e673194d9df630db5c98f Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Mon, 4 Nov 2013 15:29:47 -0800 Subject: [PATCH] CRM-13696 - Add missing and fix tab indent to 2 spaces standard. ---------------------------------------- * CRM-13696: Tag listing in remove Tag action has an unclosed div http://issues.civicrm.org/jira/browse/CRM-13696 --- .../CRM/Contact/Form/Task/RemoveFromTag.tpl | 47 ++++++++++--------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/templates/CRM/Contact/Form/Task/RemoveFromTag.tpl b/templates/CRM/Contact/Form/Task/RemoveFromTag.tpl index 22ecceecf4..b186caa4f0 100644 --- a/templates/CRM/Contact/Form/Task/RemoveFromTag.tpl +++ b/templates/CRM/Contact/Form/Task/RemoveFromTag.tpl @@ -25,28 +25,29 @@ *} {* template to remove tags from contact *}
-

-{ts}Tag Contact(s) (Remove){/ts} -

-
{include file="CRM/common/formButtons.tpl" location="top"}
- - - - - - - +

+ {ts}Tag Contact(s) (Remove){/ts} +

+
{include file="CRM/common/formButtons.tpl" location="top"}
+
-
- {foreach from=$form.tag item="tag_val"} -
- {$tag_val.html} - {/foreach} -
-
- {include file="CRM/common/Tag.tpl"} -
+ + + + + + - -
+
+ {foreach from=$form.tag item="tag_val"} +
+ {$tag_val.html} +
+ {/foreach} +
+
+ {include file="CRM/common/Tag.tpl"} +
{include file="CRM/Contact/Form/Task.tpl"}
-
{include file="CRM/common/formButtons.tpl" location="bottom"}
+ {include file="CRM/Contact/Form/Task.tpl"} + +
{include file="CRM/common/formButtons.tpl" location="bottom"}
-- 2.25.1