From: Bill Erickson Date: Tue, 7 Apr 2020 16:41:11 +0000 (-0400) Subject: LPXXX Staff catalog browse UI improvements X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b7c65cab1b80fc006fe44bad9af5b043de536039;p=working%2FEvergreen.git LPXXX Staff catalog browse UI improvements Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/browse/results.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/browse/results.component.html index f30cedaf81..2789d5c26f 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/browse/results.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/browse/results.component.html @@ -33,23 +33,31 @@ -
+
-
-
- - - {{result.value}} ({{result.sources}}) - - - - {{result.value}} - -
+
+
+
+ {{index}}. + + + {{result.value}} + + + + {{result.value}} + +
+
+ ({{result.sources}}) +
+
+ +
+
({{heading.target_count}})
-
-
+
+
Note: {{note}}
+
+ +
diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/browse/results.component.ts b/Open-ILS/src/eg2/src/app/staff/catalog/browse/results.component.ts index 3aeaf6b32c..53fd6e5709 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/browse/results.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/catalog/browse/results.component.ts @@ -80,7 +80,8 @@ export class BrowseResultsComponent implements OnInit, OnDestroy { heading: heading.heading, target: heading.target, target_count: heading.target_count, - type: heading.type + type: heading.type, + notes: sees.notes }); } });