From 746846f48a7975099a839c76c3d1c9badb8e9f8a Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 18 Oct 2014 15:47:29 -0400 Subject: [PATCH] CRM-15484 - Event edit links tpl cleanup --- templates/CRM/Event/Page/EventInfo.tpl | 49 ++++++++++++++------------ 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/templates/CRM/Event/Page/EventInfo.tpl b/templates/CRM/Event/Page/EventInfo.tpl index e85b8a093e..d74ffda46b 100644 --- a/templates/CRM/Event/Page/EventInfo.tpl +++ b/templates/CRM/Event/Page/EventInfo.tpl @@ -38,8 +38,9 @@ {if call_user_func(array('CRM_Core_Permission','check'), 'edit all events') && !empty($manageEventLinks)}
  • {/if} -
  • - -
    -
    - -
    +
  • +
    + + + +
    +
    +
    -
  • + + +
    @@ -216,7 +221,7 @@ {/if} {/crmRegion} - { if $event.is_public } + {if $event.is_public }
    {include file="CRM/Event/Page/iCalLinks.tpl"} {/if} -- 2.25.1