From 488cc0785e01d98770ef8000414986c53c39876d Mon Sep 17 00:00:00 2001 From: Mukesh Date: Wed, 12 Sep 2018 11:48:21 +0530 Subject: [PATCH] SHOR-16: Fixed regression - events &membership issues --- templates/CRM/Event/Page/ParticipantListing/Name.tpl | 2 +- templates/CRM/Member/Form/Membership.tpl | 1 - templates/CRM/Member/Form/Selector.tpl | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Event/Page/ParticipantListing/Name.tpl b/templates/CRM/Event/Page/ParticipantListing/Name.tpl index ddf2a6304d..9c798118fc 100644 --- a/templates/CRM/Event/Page/ParticipantListing/Name.tpl +++ b/templates/CRM/Event/Page/ParticipantListing/Name.tpl @@ -26,7 +26,7 @@ {* Displays participant listing for an event. *} {if $rows} {include file="CRM/common/pager.tpl" location="top"} - +
{foreach from=$headers item=header} - + {/if}
diff --git a/templates/CRM/Member/Form/Membership.tpl b/templates/CRM/Member/Form/Membership.tpl index ab0efc2772..6a15bcbfc9 100644 --- a/templates/CRM/Member/Form/Membership.tpl +++ b/templates/CRM/Member/Form/Membership.tpl @@ -247,7 +247,6 @@ {/if} {/if} -
{include file="CRM/common/formButtons.tpl" location="bottom"}
diff --git a/templates/CRM/Member/Form/Selector.tpl b/templates/CRM/Member/Form/Selector.tpl index b6a6631ffb..3721834183 100644 --- a/templates/CRM/Member/Form/Selector.tpl +++ b/templates/CRM/Member/Form/Selector.tpl @@ -90,7 +90,7 @@ {/if} {if ($context EQ 'dashboard') AND $pager->_totalItems GT $limit}
» {ts}Find more members{/ts}...
» {ts}Find more members{/ts}...
-- 2.25.1