From 512cccf9f9784938c751345739746597d0cb00fd Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Wed, 5 Apr 2023 12:02:22 +0000 Subject: [PATCH] Bug 33417: Create standard toolbar component This commit introduces a standard Toolbar component that can be used throughout ERM Test plan: 1) Apply patch 2) Navigate to Agreements and click the "Add agreement" button - this should work as normal 3) Navigate to Licenses and repeat 4) Navigate to Local packages and repeat 5) Navigate to local titles - there should be two buttons, one to add and one to import. These should work as normal Signed-off-by: Martin Renvoize Signed-off-by: Jonathan Druart --- .../prog/js/vue/components/Toolbar.vue | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/js/vue/components/Toolbar.vue diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Toolbar.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Toolbar.vue new file mode 100644 index 00000000000..7a68ab68092 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Toolbar.vue @@ -0,0 +1,21 @@ + + + -- 2.25.1