From b7a1560a26af22c7f6fb7fcf556ac3dbaa66ff0a Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Thu, 26 Feb 2015 19:09:34 -0500 Subject: [PATCH] CRM-16020: fix invalid HTML in templates/CRM/Case/Form/Activity.tpl. --- templates/CRM/Case/Form/Activity.tpl | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/templates/CRM/Case/Form/Activity.tpl b/templates/CRM/Case/Form/Activity.tpl index b8cbf127e8..c0535bdbd3 100644 --- a/templates/CRM/Case/Form/Activity.tpl +++ b/templates/CRM/Case/Form/Activity.tpl @@ -76,6 +76,9 @@ {ts}Activity Details{/ts}
+ {else} + + {/if} {* End block for change status, case type and start date. *} @@ -245,7 +248,7 @@ - + -- 2.25.1
{$form.followup_activity_subject.label} {$form.followup_activity_subject.html|crmAddClass:huge}
{$form.followup_assignee_contact_id.label} {edit} @@ -264,14 +267,18 @@ {if $activityTypeFile NEQ 'ChangeCaseStatus' && $activityTypeFile NEQ 'ChangeCaseType' && $activityTypeFile NEQ 'ChangeCaseStartDate'} - - - - - - + + -
{$form.status_id.label}{$form.status_id.html}
{$form.priority_id.label}{$form.priority_id.html}
+ + + + + + + +
{$form.status_id.label}{$form.status_id.html}
{$form.priority_id.label}{$form.priority_id.html}
+
{/if} {if $form.tag.html}