From 0d093a9878b717c69e9432ce3fc3a4a24b6c1199 Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Fri, 22 May 2020 11:15:33 -0400 Subject: [PATCH] CiviEvent Dashboard and Manage Events: clean up disused url template vars --- templates/CRM/Event/Page/DashBoard.tpl | 4 ---- templates/CRM/Event/Page/ManageEvent.tpl | 4 ---- 2 files changed, 8 deletions(-) diff --git a/templates/CRM/Event/Page/DashBoard.tpl b/templates/CRM/Event/Page/DashBoard.tpl index 01d4a32dd1..5f9751d7c3 100644 --- a/templates/CRM/Event/Page/DashBoard.tpl +++ b/templates/CRM/Event/Page/DashBoard.tpl @@ -10,10 +10,6 @@ {* CiviEvent DashBoard (launch page) *} {capture assign=newEventURL}{crmURL p="civicrm/event/add" q="action=add&reset=1"}{/capture} {capture assign=configPagesURL}{crmURL p="civicrm/event/manage" q="reset=1"}{/capture} -{capture assign=icalFile}{crmURL p='civicrm/event/ical' q="reset=1" fe=1 a=1}{/capture} -{capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&list=1" fe=1 a=1}{/capture} -{capture assign=rssFeed}{crmURL p='civicrm/event/ical' q="reset=1&list=1&rss=1" fe=1 a=1}{/capture} -{capture assign=htmlFeed}{crmURL p='civicrm/event/ical' q="reset=1&list=1&html=1" fe=1 a=1}{/capture} {if $eventSummary.total_events} {ts}Manage Events{/ts} diff --git a/templates/CRM/Event/Page/ManageEvent.tpl b/templates/CRM/Event/Page/ManageEvent.tpl index 8703fc6c49..a31f4740f9 100644 --- a/templates/CRM/Event/Page/ManageEvent.tpl +++ b/templates/CRM/Event/Page/ManageEvent.tpl @@ -8,10 +8,6 @@ +--------------------------------------------------------------------+ *} {capture assign=newEventURL}{crmURL p='civicrm/event/add' q="action=add&reset=1"}{/capture} -{capture assign=icalFile}{crmURL p='civicrm/event/ical' q="reset=1" fe=1}{/capture} -{capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&list=1" fe=1}{/capture} -{capture assign=rssFeed}{crmURL p='civicrm/event/ical' q="reset=1&list=1&rss=1" fe=1}{/capture} -{capture assign=htmlFeed}{crmURL p='civicrm/event/ical' q="reset=1&list=1&html=1" fe=1}{/capture}
-- 2.25.1