Skip to content

Commit

Permalink
doing it wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Sep 9, 2024
1 parent a7581e4 commit 388838a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/CRM/Event/Page/Tab.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="help">
<p>{ts 1=$displayName}This page lists all event registrations for %1 since inception.{/ts}
{capture assign="link"}class="action-item" href="{$newEventURL nofilter}"{/capture}
{if $permission EQ 'edit'}{ts 1=$link nofilter}Click <a %1>Add Event Registration</a> to register this contact for an event.{/ts}{/if}
{if $permission EQ 'edit'}{ts 1=$link}Click <a %1>Add Event Registration</a> to register this contact for an event.{/ts}{/if}
{if $accessContribution and $newCredit}
{capture assign=newCreditURL}{crmURL p="civicrm/contact/view/participant" q="reset=1&action=add&cid=`$contactId`&context=participant&mode=live"}{/capture}
{capture assign="link"}class="action-item" href="{$newCreditURL|smarty:nodefaults}"{/capture}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<table style="font-family: Arial, Verdana, sans-serif;" width="100%" height="100" border="0" cellpadding="5" cellspacing="0">
{if $userText}
<tr>
<td><font size="1" colspan="3">{$userText}</font></td>
<td colspan="3"><font size="1">{$userText}</font></td>
</tr>
{/if}
<tr>
Expand Down

0 comments on commit 388838a

Please sign in to comment.