[GIT] Evergreen ILS branch rel_3_15 updated. c0c3d21b64d93f68ef4a56e05200d4c635587d5c

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_15 has been updated via c0c3d21b64d93f68ef4a56e05200d4c635587d5c (commit) from c1e4c5446c39d76fc18f74cb6028fd7e0c893242 (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 c0c3d21b64d93f68ef4a56e05200d4c635587d5c Author: Dan Briem <dbriem@harrisonpl.org> Date: Wed Mar 19 23:35:07 2025 +0000 LP#2103535 Shelving Location Order Spacing Issue Adjust alignment and spacing for the "Context Org Unit" label on the Shelving Location Order interface. Release-note: Fixes spacing on the Shelving Location Order interface. Signed-off-by: Dan Briem <dbriem@harrisonpl.org> Signed-off-by: Eva Cerniňáková <cernin@jabok.cz> Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org> diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order.component.html index 37651744f2..dd1a68180b 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order.component.html @@ -4,8 +4,8 @@ <eg-string #editString i18n-text text="Changes Saved"></eg-string> <div class="row"> - <div class="col-lg-12 d-flex"> - <label for="context_library" class="mr-2" i18n>Context Org Unit</label> + <div class="col-lg-12 d-flex align-items-center"> + <label for="context_library" class="me-2" i18n>Context Org Unit</label> <eg-org-select domId="context_library" (onChange)="orgChanged($event)" [initialOrgId]="contextOrg"> </eg-org-select> ----------------------------------------------------------------------- Summary of changes: .../staff/admin/local/copy-loc-order/copy-loc-order.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User