From 3bcffcf63d81405b70d7761d35dc09dedb7a6438 Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Thu, 18 Jul 2019 13:53:13 -0400 Subject: [PATCH] LP1823367 Re-fix Copy to Item name changes Most of these changes already exist in the AngularJS client, so let's bring them over to Angular to keep with current practice. Also, fix two pesky "Volume" labels which didn't make the previous commit. Signed-off-by: Dan Wells Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton --- .../server/admin-server-splash.component.html | 4 +- .../admin/server/org-unit-type.component.html | 2 +- .../app/staff/cat/vandelay/import.component.html | 2 +- .../app/staff/catalog/record/copies.component.html | 6 +-- .../staff/catalog/record/holdings.component.html | 6 +-- .../app/staff/catalog/record/record.component.html | 2 +- Open-ILS/src/eg2/src/app/staff/nav.component.html | 4 +- .../holdings/copy-alerts-dialog.component.html | 4 +- .../src/app/staff/share/holds/grid.component.html | 50 +++++++++++----------- .../src/eg2/src/app/staff/splash.component.html | 2 +- 10 files changed, 41 insertions(+), 41 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/admin/server/admin-server-splash.component.html b/Open-ILS/src/eg2/src/app/staff/admin/server/admin-server-splash.component.html index 211283e341..99cb4781b7 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/server/admin-server-splash.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/server/admin-server-splash.component.html @@ -37,9 +37,9 @@ routerLink="/staff/admin/server/config/circ_modifier"> - - diff --git a/Open-ILS/src/eg2/src/app/staff/admin/server/org-unit-type.component.html b/Open-ILS/src/eg2/src/app/staff/admin/server/org-unit-type.component.html index 3c0af3b95c..99aeace45b 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/server/org-unit-type.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/server/org-unit-type.component.html @@ -73,7 +73,7 @@
- +
diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html index c7f8c17ab1..47ab53519a 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html @@ -198,7 +198,7 @@
diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html index 0c07c5edd2..7ee041ffee 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html @@ -21,7 +21,7 @@ - Copy Hold + Item Hold
@@ -39,12 +39,12 @@ - - - + @@ -246,7 +246,7 @@ - @@ -264,7 +264,7 @@ -
- + diff --git a/Open-ILS/src/eg2/src/app/staff/nav.component.html b/Open-ILS/src/eg2/src/app/staff/nav.component.html index 12fa1abc4c..059d327be0 100644 --- a/Open-ILS/src/eg2/src/app/staff/nav.component.html +++ b/Open-ILS/src/eg2/src/app/staff/nav.component.html @@ -24,7 +24,7 @@ assignment - Search for Copies by Barcode + Search for Items by Barcode search @@ -156,7 +156,7 @@ list_alt - Copy Buckets + Item Buckets diff --git a/Open-ILS/src/eg2/src/app/staff/share/holdings/copy-alerts-dialog.component.html b/Open-ILS/src/eg2/src/app/staff/share/holdings/copy-alerts-dialog.component.html index 039d776f13..25fe9195d8 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/holdings/copy-alerts-dialog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/holdings/copy-alerts-dialog.component.html @@ -1,5 +1,5 @@ - - + + -- 2.11.0