From 0be34f3f888c12c9154edfd9b2d473bcc1f6cee3 Mon Sep 17 00:00:00 2001 From: Eileen Date: Thu, 2 Jan 2014 17:37:33 +1300 Subject: [PATCH] CRM-13696 replace tabs with double spaces ---------------------------------------- * 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 | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/templates/CRM/Contact/Form/Task/RemoveFromTag.tpl b/templates/CRM/Contact/Form/Task/RemoveFromTag.tpl index b186caa4f0..c823fe4efe 100644 --- a/templates/CRM/Contact/Form/Task/RemoveFromTag.tpl +++ b/templates/CRM/Contact/Form/Task/RemoveFromTag.tpl @@ -25,29 +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