diff --git a/frontend/components/Item/Selector.vue b/frontend/components/Item/Selector.vue index 0ce026bf7..552a24d35 100644 --- a/frontend/components/Item/Selector.vue +++ b/frontend/components/Item/Selector.vue @@ -39,9 +39,14 @@ {{ localizedNoResultsText }} - + - + {{ displayValue(item) }} @@ -49,6 +54,88 @@ +
+
+ + +
+ +
+ + / {{ pageCount }} + +
+ +
+ + +
+
@@ -56,13 +143,14 @@ diff --git a/frontend/locales/en.json b/frontend/locales/en.json index 267a25a3d..b71cc56f3 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -526,10 +526,12 @@ "field_selector": "Field Selector", "field_value": "Field Value", "first": "First", + "first_page": "First Page", "include_archive": "Include Archived Items", "insured": "Insured", "invalid_asset_id": "Invalid Asset ID", "last": "Last", + "last_page": "Last Page", "lifetime_warranty": "Lifetime Warranty", "location": "Location", "manual": "Manual",