From: Mathieu Lutfy Date: Fri, 27 Feb 2015 00:09:34 +0000 (-0500) Subject: CRM-16020: fix invalid HTML in templates/CRM/Case/Form/Activity.tpl. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b7a1560a26af22c7f6fb7fcf556ac3dbaa66ff0a;p=civicrm-core.git CRM-16020: fix invalid HTML in templates/CRM/Case/Form/Activity.tpl. --- 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 @@ - +
{$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}