@@ -, +, @@ auth_tag_structure.tt Term row - Actions menu - MARC Structure extra fun choose a tag, Actions menu - Delete - Yes, delete and verify that it was deleted --- .../en/modules/admin/auth_tag_structure.tt | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt @@ -16,9 +16,6 @@ [% IF ( delete_confirm ) %] [% tx("Confirm deletion of tag '{searchfield}'", { searchfield = searchfield }) | html %] › [% END %] - [% IF ( delete_confirmed ) %] - [% t("Data deleted") | html %] › - [% END %] [% IF ( authtypecode ) %] [% tx("'{authtypecode}' framework", { authtypecode = authtypecode }) | html %] [% ELSE %] @@ -46,7 +43,7 @@ Authority types [% END %] - [% IF ( add_form || delete_confirm || delete_confirmed ) %] + [% IF ( add_form || delete_confirm ) %] [% IF ( authtypecode ) %] [% WRAPPER breadcrumb_item %] [% tx("'{authtypecode}' framework", { authtypecode = authtypecode }) | html %] @@ -84,19 +81,13 @@ [% tx("Confirm deletion of tag '{searchfield}'", { searchfield = searchfield }) | html %] [% END %] [% ELSE %] - [% IF ( delete_confirmed ) %] + [% IF ( authtypecode ) %] [% WRAPPER breadcrumb_item bc_active= 1 %] - Data deleted + [% tx("{authtypecode} framework", { authtypecode = authtypecode }) | html %] [% END %] [% ELSE %] - [% IF ( authtypecode ) %] - [% WRAPPER breadcrumb_item bc_active= 1 %] - [% tx("{authtypecode} framework", { authtypecode = authtypecode }) | html %] - [% END %] - [% ELSE %] - [% WRAPPER breadcrumb_item bc_active= 1 %] - Default framework - [% END %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Default framework [% END %] [% END %] --