Bug 32030: Remove unnecessary landing pages
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 28 Oct 2022 06:26:40 +0000 (08:26 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 8 Nov 2022 12:44:42 +0000 (09:44 -0300)
commit4cb736fb7a72af2d217b89faa4a7c0591e35d761
treedb4833599d0fd006e74dd206232c768cd94810e5
parentdd350b4081d044bd116370c683aaa562e6bd70b3
Bug 32030: Remove unnecessary landing pages

We had "home/main page" for eholdings, eholdings/local and
eholdings/ebsco. They only contains a list for links we can find in the
navigation menu on the left.

This patch suggests to remove them, and adjust the style of the links to
make them non-clickable.

In the breadcrumb, on E-Resource managemente / eHoldings / Local / Titles
=> Holdings and Local will be black, without cursor on hover

In the nav menu, eHoldings, EBSCO and Local are not clickable and black.

Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Breadcrumb.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOHome.vue [deleted file]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalHome.vue [deleted file]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsMain.vue [deleted file]
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue
koha-tmpl/intranet-tmpl/prog/js/vue/main-erm.ts
koha-tmpl/intranet-tmpl/prog/js/vue/routes.js