Skip to content

Commit

Permalink
Don't redirect to the Option Groups page when page is displayed in a …
Browse files Browse the repository at this point in the history
…modal
  • Loading branch information
davialexandre authored and colemanw committed Dec 18, 2018
1 parent 8e9a79c commit 2cc5774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Page/Options.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
{if $isLocked ne 1}
{crmButton p="civicrm/admin/options/$gName" q='action=add&reset=1' class="new-option" icon="plus-circle"}{ts 1=$gLabel}Add %1{/ts}{/crmButton}
{/if}
{crmButton p="civicrm/admin/options" q="action=browse&reset=1" class="next no-popup" icon="check"}{ts}Done{/ts}{/crmButton}
{crmButton p="civicrm/admin/options" q="action=browse&reset=1" class="cancel" icon="check"}{ts}Done{/ts}{/crmButton}
</div>
</div>
{/if}

0 comments on commit 2cc5774

Please sign in to comment.