Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Jonathan Druart 25c232e3b6
Bug 37274: Use the Toolbar component in all Vue components
We have a Toolbar component that must be used everywhere for
consistency.
This patch adds it when missing:
* ERM/AgreementsShow
Show an agreement

* ERM/EHoldingsLocalPackagesShow
Show a local package
* ERM/EHoldingsLocalTitlesShow
Show a local title

* ERM/LicensesShow
Show a license

* ERM/UsageStatisticsDataProvidersShow
Show a data provider

* Preservation/SettingsProcessingsShow
Show the the settings of a processing (Preservation module)

Confirm that the "Edit" and "Delete" icons are now replaced with buttons
(in a toolbar) on those views.

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-07-18 18:25:58 +02:00
..
components Bug 37274: Use the Toolbar component in all Vue components 2024-07-18 18:25:58 +02:00
composables
fetch Bug 36956: Allow all providers to be displayed in reports 2024-06-21 15:02:52 +02:00
i18n
modules Bug 35919: Add record sources admin page 2024-04-26 17:06:04 +02:00
routes Bug 34788: Add Vue components, api client and navigation route 2024-05-10 15:19:06 +02:00
stores Bug 35229: Update cypress tests for usage reports 2023-11-24 16:27:26 -03:00
messages.js
vue-shims.d.ts