diff --git a/01JHU_INST-JHU/css/prm-location-items-after.css b/01JHU_INST-JHU/css/prm-location-items-after.css index 0cc50479..d96c354d 100644 --- a/01JHU_INST-JHU/css/prm-location-items-after.css +++ b/01JHU_INST-JHU/css/prm-location-items-after.css @@ -6,15 +6,15 @@ padding: 0; } - prm-location-holdings { - margin-bottom: 1em; - } - - /* In the child component's CSS */ prm-location-items-after { visibility: visible; } + prm-location-holdings { + margin-bottom: 1em; + } + + .availability-status { font-weight: 800; } diff --git a/01JHU_INST-JHU/html/prm-location-after.html b/01JHU_INST-JHU/html/prm-location-after.html index 47205ee4..19ff40c1 100644 --- a/01JHU_INST-JHU/html/prm-location-after.html +++ b/01JHU_INST-JHU/html/prm-location-after.html @@ -1,6 +1,7 @@
+
+ layout="row" ng-click="$ctrl.parentCtrl.onClick()" aria-label="..." ng-class="{'disabled': !$ctrl.isLoggedIn}" md-ink-ripple="red" role="button">
@@ -8,18 +9,19 @@ class="flex-xs-100 flex">

{{ $ctrl.parentCtrl.loc.location.mainLocation }}

{{ - capitalize($ctrl.parentCtrl.loc.location.availabilityStatus) }}

+ $ctrl.capitalize($ctrl.parentCtrl.loc.location.availabilityStatus) }}

{{ $ctrl.parentCtrl.getSubLibraryName($ctrl.parentCtrl.loc.location) }} +

{{ $ctrl.parentCtrl.loc.location.callNumber }}

-
Request item from this location
+
Request item from this location
diff --git a/01JHU_INST-JHU/html/prm-location-items-after.html b/01JHU_INST-JHU/html/prm-location-items-after.html index f993cf2d..427a1168 100644 --- a/01JHU_INST-JHU/html/prm-location-items-after.html +++ b/01JHU_INST-JHU/html/prm-location-items-after.html @@ -1,101 +1,126 @@ -
-
- {{ nui.aria.locationItems.locationItems }} -
- - -
-
-
- -
- -
+
+
+
+
{{ $ctrl.parentCtrl.getLibraryName($ctrl.parentCtrl.currLoc.location) }}
-

- {{ - capitalize($ctrl.parentCtrl.currLoc.location.availabilityStatus) }} - , - {{$ctrl.parentCtrl.currLoc.location.librarycodeTranslation}} +

+

, {{ - $ctrl.parentCtrl.currLoc.location.collectionTranslation }} - ; - {{ - $ctrl.parentCtrl.currLoc.location.callNumber }} -

-

- {{ $ctrl.parentCtrl.currLoc.location.availabilityStatement }}

- -
-
-
- -
+ ng-bind-html="$ctrl.parentCtrl.currLoc.location.collectionTranslation"> ; {{$ctrl.parentCtrl.currLoc.location.callNumber}}

+

+ {{$ctrl.parentCtrl.currLoc.location.availabilityStatement}}

- - - -
-
-
-
- - {{ item.itemFields[0] }} -
-
- - - {{ item.itemFields[1] }} - -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{item.itemFields[0]}}
+
{{item.itemFields[1]}}
+
+
+
+

{{item.itemFields[2]}} +
+
+

{{item.itemFields[3]}}
-
-
-
- - - - +
+
+

+ {{item.fullItemValues[$index]}}
-
-
-
- +
+
+
+
+
+ +
+
+
- - -
+
+
+ diff --git a/01JHU_INST-JHU/html/prm-search-bookmark-filter-after.html b/01JHU_INST-JHU/html/prm-search-bookmark-filter-after.html index b26e2a4f..d0d5dce5 100644 --- a/01JHU_INST-JHU/html/prm-search-bookmark-filter-after.html +++ b/01JHU_INST-JHU/html/prm-search-bookmark-filter-after.html @@ -1,3 +1,5 @@ + +