From a317923bfd0c13e3a46b50f6195f2d2efd8513bc Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Wed, 24 Jan 2024 15:11:40 +0000 Subject: [PATCH] Bug 34647: Delete unnecessary anchor tag This patch removes an anchor tag from the form that does not seem to serve any purpose. The form has an id attribute and it is this that appears to be used for navigation to and displaying the form. Test plan: 1) Navigate to Cataloging > marc modification templates 2) Add a new template or edit an existing one 3) The form to add a new action should be displayed when either the "New action" button is clicked or you select to edit an existing action Signed-off-by: Owen Leonard Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer --- .../prog/en/modules/tools/marc_modification_templates.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt index cf7100f83f..3e9aabcacb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt @@ -213,7 +213,6 @@ [% END # /IF ActionsLoop %]
-
Add a new action -- 2.39.2