Skip to content

Commit

Permalink
added url prefix to bicList page, too
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Aug 13, 2024
1 parent bca40a0 commit d21d5df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/CRM/Bic/Page/Config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
If you click the Update button, next to the name of one of the listed countries,
CiviCRM will try to connect to the official source of financial institutions
in this country and retrieve its bank information. Then, you'll be able to
query this information in the <a href="bicList">Banks List</a> page.
query this information in the <a href="/civicrm/bicList">Banks List</a> page.
{/ts}</div>

{* TODO: make this more beatiful ;) *}
Expand Down Expand Up @@ -77,7 +77,7 @@
<script type="text/javascript">
cj("#printer-friendly").hide();
cj("#access").hide();

cj().crmAccordions();

// UPDATE BUTTONS
Expand All @@ -88,7 +88,7 @@

// disable buttons
cj('.button').addClass('disabled');

if (country_code=='all') {
// set ALL to busy
cj(button).parent().parent().parent().parent().parent().find('[name="busy"]').show();
Expand Down Expand Up @@ -131,4 +131,4 @@
}
</script>
{/literal}
{/crmScope}
{/crmScope}

0 comments on commit d21d5df

Please sign in to comment.