Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix internal links in AdminUI templates #29065

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/civicrm_admin_ui/ang/afsearchLabelFormats.aff.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="help">

<div>{{:: ts('You can configure one or more Label Formats for your CiviCRM installation. Label Formats are used when creating mailing labels.')}}<br/>
{{:: ts('You can change which fields are printed on each label in')}} <a href="/civicrm/admin/setting/preferences/address?reset=1">{{:: ts('Address Settings')}}</a>.</div>
{{:: ts('You can change which fields are printed on each label in')}} <a ng-href="{{ crmUrl('civicrm/admin/setting/preferences/address?reset=1') }}">{{:: ts('Address Settings')}}</a>.</div>

</div>
<div crm-ui-tab-set="">
Expand Down
4 changes: 2 additions & 2 deletions ext/civicrm_admin_ui/ang/afsearchRelationshipTypes.aff.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<div class="help">
<p>{{:: ts('Relationship types describe relationships between people, households and organizations. Relationship types labels describe the relationship from the perspective of each of the two entities (e.g. Parent &gt;-&lt; Child, Employer &gt;-&lt; Employee). For some types of relationships, the labels may be the same in both directions (e.g. Spouse &gt;-&lt; Spouse).') }} <a class="crm-doc-link no-popup"
href="https://docs.civicrm.org/user/en/latest/organising-your-data/relationships" target="_blank">{{:: ts('(Learn more...)') }}</a></p>
<p>{{:: ts('You can define as many additional relationships types as needed to cover the types of relationships you want to track. Once a relationship type is created, you may also define custom fields to extend relationship information for that type from ') }} <a href="civicrm/admin/custom/group?reset=1">{{:: ts('Administer CiviCRM &raquo; Custom Data') }}</a></p>
<p>{{:: ts('You can define as many additional relationships types as needed to cover the types of relationships you want to track. Once a relationship type is created, you may also define custom fields to extend relationship information for that type from ') }} <a ng-href="{{ crmUrl('civicrm/admin/custom/group?reset=1') }}">{{:: ts('Administer CiviCRM &raquo; Custom Data') }}</a></p>
</div>
</div>
</div>
<div af-fieldset="">
<crm-search-display-table search-name="Administer_Relationship_Types"
display-name="Administer_Relationship_Types_Table_1"></crm-search-display-table>
</div>
</div>