From 4615fe804b329f8a9216917e56fd543484fab0d3 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Mon, 31 Jan 2022 19:08:29 +0100 Subject: [PATCH] refactor: add ionics color attribute to toolbars --- src/app/modules/about/about-changelog.html | 2 +- src/app/modules/about/about-licenses.html | 2 +- src/app/modules/about/about-page/about-page.html | 2 +- src/app/modules/catalog/catalog.component.html | 2 +- src/app/modules/data/detail/data-detail.html | 2 +- src/app/modules/data/list/search-page.html | 2 +- src/app/modules/feedback/feedback-page.html | 2 +- src/app/modules/hebis/hebis-detail/hebis-detail.html | 2 +- src/app/modules/hebis/list/hebis-search-page.html | 2 +- src/app/modules/library/account/account.page.html | 2 +- .../checked-out/checked-out-page.component.html | 2 +- .../library/account/fines/fines-page.component.html | 2 +- .../holds-and-reservations-page.component.html | 2 +- .../account/profile/profile-page.component.html | 2 +- src/app/modules/map/page/modals/map-list.html | 2 +- src/app/modules/map/page/modals/map-single.html | 2 +- src/app/modules/menu/context/context-menu.html | 10 +++++----- src/app/modules/menu/navigation/navigation.html | 2 +- src/app/modules/news/page/news-page.html | 2 +- .../modules/profile/page/profile-page.component.html | 2 +- .../schedule/page/modal/modal-event-creator.html | 2 +- src/app/modules/schedule/page/schedule-page.html | 2 +- src/app/modules/settings/page/settings-page.html | 2 +- 23 files changed, 27 insertions(+), 27 deletions(-) diff --git a/src/app/modules/about/about-changelog.html b/src/app/modules/about/about-changelog.html index 946788e4..f7d9bfa3 100644 --- a/src/app/modules/about/about-changelog.html +++ b/src/app/modules/about/about-changelog.html @@ -14,7 +14,7 @@ --> - + diff --git a/src/app/modules/about/about-licenses.html b/src/app/modules/about/about-licenses.html index d5e37657..74a55d6a 100644 --- a/src/app/modules/about/about-licenses.html +++ b/src/app/modules/about/about-licenses.html @@ -14,7 +14,7 @@ --> - + diff --git a/src/app/modules/about/about-page/about-page.html b/src/app/modules/about/about-page/about-page.html index 4e94c64f..0cf832dd 100644 --- a/src/app/modules/about/about-page/about-page.html +++ b/src/app/modules/about/about-page/about-page.html @@ -14,7 +14,7 @@ --> - + diff --git a/src/app/modules/catalog/catalog.component.html b/src/app/modules/catalog/catalog.component.html index 8213e5fd..125e166d 100644 --- a/src/app/modules/catalog/catalog.component.html +++ b/src/app/modules/catalog/catalog.component.html @@ -1,5 +1,5 @@ - + diff --git a/src/app/modules/data/detail/data-detail.html b/src/app/modules/data/detail/data-detail.html index 05aae029..388a409f 100644 --- a/src/app/modules/data/detail/data-detail.html +++ b/src/app/modules/data/detail/data-detail.html @@ -1,5 +1,5 @@ - + diff --git a/src/app/modules/data/list/search-page.html b/src/app/modules/data/list/search-page.html index b43db7f0..37558159 100644 --- a/src/app/modules/data/list/search-page.html +++ b/src/app/modules/data/list/search-page.html @@ -1,6 +1,6 @@ - + diff --git a/src/app/modules/feedback/feedback-page.html b/src/app/modules/feedback/feedback-page.html index 2c20cdd5..94c902cc 100644 --- a/src/app/modules/feedback/feedback-page.html +++ b/src/app/modules/feedback/feedback-page.html @@ -1,5 +1,5 @@ - + diff --git a/src/app/modules/hebis/hebis-detail/hebis-detail.html b/src/app/modules/hebis/hebis-detail/hebis-detail.html index d76e3b1e..94875d39 100644 --- a/src/app/modules/hebis/hebis-detail/hebis-detail.html +++ b/src/app/modules/hebis/hebis-detail/hebis-detail.html @@ -1,5 +1,5 @@ - + diff --git a/src/app/modules/hebis/list/hebis-search-page.html b/src/app/modules/hebis/list/hebis-search-page.html index b92e1b7f..c054a6c4 100644 --- a/src/app/modules/hebis/list/hebis-search-page.html +++ b/src/app/modules/hebis/list/hebis-search-page.html @@ -1,6 +1,6 @@ - + diff --git a/src/app/modules/library/account/account.page.html b/src/app/modules/library/account/account.page.html index d8d7c699..1971689f 100644 --- a/src/app/modules/library/account/account.page.html +++ b/src/app/modules/library/account/account.page.html @@ -1,5 +1,5 @@ - + diff --git a/src/app/modules/library/account/checked-out/checked-out-page.component.html b/src/app/modules/library/account/checked-out/checked-out-page.component.html index 521d17e7..9fc0dce8 100644 --- a/src/app/modules/library/account/checked-out/checked-out-page.component.html +++ b/src/app/modules/library/account/checked-out/checked-out-page.component.html @@ -1,5 +1,5 @@ - + diff --git a/src/app/modules/library/account/fines/fines-page.component.html b/src/app/modules/library/account/fines/fines-page.component.html index 7cac309b..66d6c0cb 100644 --- a/src/app/modules/library/account/fines/fines-page.component.html +++ b/src/app/modules/library/account/fines/fines-page.component.html @@ -1,5 +1,5 @@ - + diff --git a/src/app/modules/library/account/holds-and-reservations/holds-and-reservations-page.component.html b/src/app/modules/library/account/holds-and-reservations/holds-and-reservations-page.component.html index 2d3c47c1..8cf8e663 100644 --- a/src/app/modules/library/account/holds-and-reservations/holds-and-reservations-page.component.html +++ b/src/app/modules/library/account/holds-and-reservations/holds-and-reservations-page.component.html @@ -1,5 +1,5 @@ - + diff --git a/src/app/modules/library/account/profile/profile-page.component.html b/src/app/modules/library/account/profile/profile-page.component.html index b5ff04be..de568955 100644 --- a/src/app/modules/library/account/profile/profile-page.component.html +++ b/src/app/modules/library/account/profile/profile-page.component.html @@ -1,5 +1,5 @@ - + diff --git a/src/app/modules/map/page/modals/map-list.html b/src/app/modules/map/page/modals/map-list.html index 37563f8c..dc66b03f 100644 --- a/src/app/modules/map/page/modals/map-list.html +++ b/src/app/modules/map/page/modals/map-list.html @@ -1,5 +1,5 @@ - + {{ 'map.modals.list.TITLE' | translate }} {{ diff --git a/src/app/modules/map/page/modals/map-single.html b/src/app/modules/map/page/modals/map-single.html index 7af7389b..d421d410 100644 --- a/src/app/modules/map/page/modals/map-single.html +++ b/src/app/modules/map/page/modals/map-single.html @@ -1,5 +1,5 @@ - + {{ 'map.modals.single.TITLE' | translate }} {{ diff --git a/src/app/modules/menu/context/context-menu.html b/src/app/modules/menu/context/context-menu.html index 07121e35..6ead8e14 100644 --- a/src/app/modules/menu/context/context-menu.html +++ b/src/app/modules/menu/context/context-menu.html @@ -4,11 +4,11 @@ contentId="{{ contentId }}" side="end" > - - -

{{ 'menu.context.title' | translate | titlecase }}

-
-
+ + +

{{ 'menu.context.title' | translate | titlecase }}

+
+
diff --git a/src/app/modules/menu/navigation/navigation.html b/src/app/modules/menu/navigation/navigation.html index 01a2986d..d452860d 100644 --- a/src/app/modules/menu/navigation/navigation.html +++ b/src/app/modules/menu/navigation/navigation.html @@ -1,7 +1,7 @@ - + diff --git a/src/app/modules/news/page/news-page.html b/src/app/modules/news/page/news-page.html index 414a5352..3571220e 100644 --- a/src/app/modules/news/page/news-page.html +++ b/src/app/modules/news/page/news-page.html @@ -1,5 +1,5 @@ - + diff --git a/src/app/modules/profile/page/profile-page.component.html b/src/app/modules/profile/page/profile-page.component.html index 5a485b64..7b90518d 100644 --- a/src/app/modules/profile/page/profile-page.component.html +++ b/src/app/modules/profile/page/profile-page.component.html @@ -1,5 +1,5 @@ - + diff --git a/src/app/modules/schedule/page/modal/modal-event-creator.html b/src/app/modules/schedule/page/modal/modal-event-creator.html index 4fe290fc..4b883ab3 100644 --- a/src/app/modules/schedule/page/modal/modal-event-creator.html +++ b/src/app/modules/schedule/page/modal/modal-event-creator.html @@ -13,7 +13,7 @@ ~ this program. If not, see . --> - + {{ 'schedule.addEventModal.addEvent' | translate | titlecase }} diff --git a/src/app/modules/schedule/page/schedule-page.html b/src/app/modules/schedule/page/schedule-page.html index 1604f015..327023a9 100644 --- a/src/app/modules/schedule/page/schedule-page.html +++ b/src/app/modules/schedule/page/schedule-page.html @@ -14,7 +14,7 @@ --> - + diff --git a/src/app/modules/settings/page/settings-page.html b/src/app/modules/settings/page/settings-page.html index 6d3adb31..12b36dff 100644 --- a/src/app/modules/settings/page/settings-page.html +++ b/src/app/modules/settings/page/settings-page.html @@ -1,5 +1,5 @@ - +