From dd350b4081d044bd116370c683aaa562e6bd70b3 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 28 Oct 2022 07:25:28 +0200 Subject: [PATCH] Bug 32030: Add better icons Agreements - fa fa-check-circle-o Licences - fa fa-gavel eholdings - fa fa-crosshairs EBSCO - fa fa-globe Local - fa fa-map-marker Packages - fa fa-archive Titles - fa fa-sort-alpha-asc E Resource Management - fa fa-fw fa-external-link-square Signed-off-by: Jonathan Field Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/en/includes/erm-search.inc | 6 +++--- .../intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- .../js/vue/components/ERM/EHoldingsEBSCOHome.vue | 2 -- .../js/vue/components/ERM/EHoldingsLocalHome.vue | 2 -- .../prog/js/vue/components/ERM/EHoldingsMain.vue | 4 ---- .../prog/js/vue/components/ERM/ERMMain.vue | 14 +++++++------- 6 files changed, 11 insertions(+), 19 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/erm-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/erm-search.inc index 92b31d8ec3..7309c43bbe 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/erm-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/erm-search.inc @@ -38,9 +38,9 @@ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt index 853793d5be..028ae1f2b8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -114,7 +114,7 @@ [% IF Koha.Preference('ERMModule') && CAN_user_erm %]
  • - E-Resource management + E-Resource management
  • [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOHome.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOHome.vue index a99e5a0960..3803e8781d 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOHome.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOHome.vue @@ -2,13 +2,11 @@
    • - {{ $__("Packages") }}
    • - {{ $__("Titles") }}
    • diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalHome.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalHome.vue index d04f5c7a86..41ea9a01b8 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalHome.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalHome.vue @@ -2,13 +2,11 @@
      • - {{ $__("Packages") }}
      • - {{ $__("Titles") }}
      • diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsMain.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsMain.vue index 0ffb33c3ce..4685c4c364 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsMain.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsMain.vue @@ -5,14 +5,12 @@ v-if="provider == 'local'" :to="`/cgi-bin/koha/erm/eholdings/local`" > - {{ $__("Local") }} - {{ $__("EBSCO") }}
          @@ -20,7 +18,6 @@ - {{ $__("Packages") }} @@ -28,7 +25,6 @@ - {{ $__("Titles") }} diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue index d93389de99..fb7e9045e8 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue @@ -20,7 +20,7 @@ - + {{ $__("Agreements") }} @@ -28,7 +28,7 @@ - + {{ $__("Licenses") }} @@ -36,7 +36,7 @@ - + {{ $__("eHoldings") }} @@ -51,7 +51,7 @@ :to="`/cgi-bin/koha/erm/eholdings/local`" > {{ $__("Local") }} @@ -60,7 +60,7 @@ :to="`/cgi-bin/koha/erm/eholdings/ebsco`" > {{ $__("EBSCO") }} @@ -72,7 +72,7 @@ {{ @@ -87,7 +87,7 @@ {{ -- 2.39.2