We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96dead1 commit 06df0e6Copy full SHA for 06df0e6
templates/CRM/Event/Page/DashBoard.tpl
@@ -105,7 +105,7 @@
105
href="{crmURL p="`$v.url`" q="reset=1&action=browse&setTab=1&id=`$id`"}">{$v.title}</a></li>
106
{else}
107
<li><a title="{$v.title|escape}" class="action-item crm-hover-button no-popup {$status}"
108
- href="{crmURL p="`$v.url`" q="reset=1&action=update&id=`$id`"}">{$v.title}</a></li>
+ href="{crmURL p="civicrm/event/manage/settings" q="reset=1&action=update&id=`$id`&selectedChild=`$k`"}">{$v.title}</a></li>
109
{/if}
110
{/foreach}
111
</ul>
0 commit comments