From 0a3f008073d5b8f5a179d9f5f0a0d1bbc70dc331 Mon Sep 17 00:00:00 2001 From: Andreas Roussos Date: Sun, 7 Oct 2018 21:00:09 +0300 Subject: [PATCH] Bug 21513: Add a 'Cancel' button to the authority editor and remove duplicate 'Save' button The authority editor (authorities/authorities.pl) does not have a 'Cancel' button. Also, it has two 'Save' buttons. This patch fixes that by: a) adding a 'Cancel' button to the floating toolbar at the top b) removing the 'Save' button from the bottom of the page Test plan: 1) Go to Home > Authorities and launch the authority editor by clicking on 'New authority'. Notice how the editor doesn't have a 'Cancel' button. Also notice the two 'Save' buttons. 2) Apply the patch. 3) Re-launch the authority editor, and hit cancel; you should be taken back to Home > Authorities. 4) Edit an existing authority, and hit cancel; you should be taken back to the details page for the authority you chose. 5) Edit an authority as new (duplicate), and hit cancel; you should be taken back to Home > Authorities (this behaviour is mimicking the bibliographic editor: when duplicating a biblio the 'Cancel' button will take you back to Home > Cataloging). Signed-off-by: Michal Denar Signed-off-by: Martin Renvoize --- .../prog/en/modules/authorities/authorities.tt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt index 032761fc14..fd6119641f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -216,6 +216,13 @@ function confirmnotdup(redirect){ +
+ [% IF ( authid ) %] + Cancel + [% ELSE %] + Cancel + [% END %] +
@@ -426,10 +433,6 @@ function confirmnotdup(redirect){ [% END %] -
- -
-
-- 2.19.0