From e79205e09b9b246720d076b5dd0afd8ae5475acc Mon Sep 17 00:00:00 2001 From: Kyle Huckins Date: Tue, 31 Dec 2019 19:34:31 +0000 Subject: [PATCH] Angular Circ Limit Sets Followup - Change local admin link to use routerLink - Styling fixes - Add i18n localization support to certain divs Signed-off-by: Kyle Huckins Changes to be committed: modified: Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.html modified: Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/linked-circ-limit-sets.component.html --- .../admin/local/admin-local-splash.component.html | 2 +- .../linked-circ-limit-sets.component.html | 34 ++++++++++------------ 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.html index 3ea4006ac9..9fa5092672 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/admin-local-splash.component.html @@ -20,7 +20,7 @@ + routerLink="/staff/admin/local/config/circ_matrix_matchpoint"> diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/linked-circ-limit-sets.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/linked-circ-limit-sets.component.html index 1ca4821986..bd33b07204 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/linked-circ-limit-sets.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/linked-circ-limit-sets.component.html @@ -1,16 +1,16 @@
- +
- +
{{limitSetNames[linkedSetList[i].linkedLimitSet.limit_set()]}}
- +
- +
Remove + i18n-title title="Remove" i18n>Remove
-
-
-
- -
+
+
+
Circ Limit Set Name
-
- -
+
+
+
-- 2.11.0