Skip to content

Commit

Permalink
removed wrong button id (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Apr 23, 2018
1 parent dabdd44 commit 958ce2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/templates/CRM/Banking/Page/Manager.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ tr.banking-plugin-disabled {
{ts 1=$delete.name 2=$delete.id}You are about to delete plugin "%1" [%2]. You should consider simply disabling it, since all banking transactions that have been processed using this plugin would have a missing link if go through with the deletion. Do you want to delete it anyway?{/ts}
</p>
{assign var=plugin_id value=$delete.id}
<a id="crm-create-new-link" class="button" href="{crmURL p="civicrm/banking/manager" q="reset=1&confirmed=1&delete=$plugin_id"}">
<a class="button" href="{crmURL p="civicrm/banking/manager" q="reset=1&confirmed=1&delete=$plugin_id"}">
<span><div class="icon ui-icon-trash css_left"></div>Delete</span>
</a>
<a id="crm-create-new-link" class="button" href="{crmURL p="civicrm/banking/manager"}">
<a class="button" href="{crmURL p="civicrm/banking/manager"}">
<span>Back</span>
</a>
</div>
Expand Down

0 comments on commit 958ce2a

Please sign in to comment.