@@ -, +, @@ remove duplicate 'Save' button clicking on 'New authority'. Notice how the editor doesn't have a 'Cancel' button. Also notice the two 'Save' buttons. be taken back to Home > Authorities. taken back to the details page for the authority you chose. 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). --- .../prog/en/modules/authorities/authorities.tt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -216,6 +216,13 @@ function confirmnotdup(redirect){
Z39.50 search
+
+ [% IF ( authid ) %] + Cancel + [% ELSE %] + Cancel + [% END %] +
@@ -426,10 +433,6 @@ function confirmnotdup(redirect){ [% END %] -
- -
-
--