[GIT] Evergreen ILS branch rel_3_14 updated. de2572ce7c7782312ea864c92c62474aaaf5e349

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, rel_3_14 has been updated via de2572ce7c7782312ea864c92c62474aaaf5e349 (commit) from 699100e7e1bc651ce349507fbb41113932ea4e2a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit de2572ce7c7782312ea864c92c62474aaaf5e349 Author: Stephanie Leary <stephanie.leary@equinoxoli.org> Date: Sat Mar 15 22:52:15 2025 +0000 LP2090873 Show report template documentation URLs Makes report documentation fields' URLs visible in the template grid. Release-note: Show template documentation URLs in reports template grids Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org> diff --git a/Open-ILS/src/eg2/src/app/staff/reporter/full/my-reports.component.html b/Open-ILS/src/eg2/src/app/staff/reporter/full/my-reports.component.html index 8bb2a8c3f7..37a7eb4a04 100644 --- a/Open-ILS/src/eg2/src/app/staff/reporter/full/my-reports.component.html +++ b/Open-ILS/src/eg2/src/app/staff/reporter/full/my-reports.component.html @@ -60,7 +60,7 @@ <ng-template #docURLTmpl let-row="row"> <div *ngIf="row.documentation?.match('^\s*https?:')"> - <a href="{{row.documentation}}" target="_blank" i18n>Template Documentation</a> + <a href="{{row.documentation}}" target="_blank" i18n><kbd>{{row.documentation}}</kbd></a> </div> <span *ngIf="!row.documentation?.match('^\s*https?:')"> {{row.documentation}} diff --git a/Open-ILS/src/eg2/src/app/staff/reporter/full/my-templates.component.html b/Open-ILS/src/eg2/src/app/staff/reporter/full/my-templates.component.html index a814ab0dd7..414e02ac4c 100644 --- a/Open-ILS/src/eg2/src/app/staff/reporter/full/my-templates.component.html +++ b/Open-ILS/src/eg2/src/app/staff/reporter/full/my-templates.component.html @@ -52,7 +52,7 @@ <ng-template #docURLTmpl let-row="row"> <div *ngIf="row.documentation?.match('^\s*https?:')"> - <a href="{{row.documentation}}" target="_blank" i18n>Template Documentation</a> + <a href="{{row.documentation}}" target="_blank"><kbd>{{row.documentation}}</kbd></a> </div> <span *ngIf="!row.documentation?.match('^\s*https?:')"> {{row.documentation}} ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/eg2/src/app/staff/reporter/full/my-reports.component.html | 2 +- .../src/eg2/src/app/staff/reporter/full/my-templates.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User