From ee7ffd3b8db4d0bc4a0531ce6a8863e0dd7a3a5b Mon Sep 17 00:00:00 2001 From: Mukesh Ram Date: Tue, 2 Jan 2018 10:58:25 +0530 Subject: [PATCH] CRM-21618: Fix page structure --- templates/CRM/Campaign/Form/Task/Interview.tpl | 3 ++- templates/CRM/Report/Page/TemplateList.tpl | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/templates/CRM/Campaign/Form/Task/Interview.tpl b/templates/CRM/Campaign/Form/Task/Interview.tpl index e42247fa94..f0b75e04a1 100644 --- a/templates/CRM/Campaign/Form/Task/Interview.tpl +++ b/templates/CRM/Campaign/Form/Task/Interview.tpl @@ -42,7 +42,7 @@
-
+
{if $votingTab} {ts}Click record response button to update values for each respondent as needed.{/ts} {else} @@ -59,6 +59,7 @@ {ts}Column{/ts} {ts}Order{/ts} + {section name=rowLoop start=1 loop=5} diff --git a/templates/CRM/Report/Page/TemplateList.tpl b/templates/CRM/Report/Page/TemplateList.tpl index 444f7930fa..ffe2d50db6 100644 --- a/templates/CRM/Report/Page/TemplateList.tpl +++ b/templates/CRM/Report/Page/TemplateList.tpl @@ -23,10 +23,12 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} + +
+ {ts}Create reports for your users from any of the report templates listed below. Click on a template title to get started. Click Existing Report(s) to see any reports that have already been created from that template.{/ts} +
+
-
- {ts}Create reports for your users from any of the report templates listed below. Click on a template title to get started. Click Existing Report(s) to see any reports that have already been created from that template.{/ts} -
{strip} {if $list} {counter start=0 skip=1 print=false} -- 2.25.1