Bugzilla – Attachment 161433 Details for
Bug 34647
name attribute is obsolete in anchor tag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34647: Delete unnecessary anchor tag
Bug-34647-Delete-unnecessary-anchor-tag.patch (text/plain), 1.86 KB, created by
Martin Renvoize (ashimema)
on 2024-01-25 15:38:49 UTC
(
hide
)
Description:
Bug 34647: Delete unnecessary anchor tag
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-01-25 15:38:49 UTC
Size:
1.86 KB
patch
obsolete
>From e0282ac48566478faf153f89833822e93e29b924 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >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 <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../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 cf7100f83f4..3e9aabcacbe 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 %] > > <form method="post" action="/cgi-bin/koha/tools/marc_modification_templates.pl" id="add_action" > >- <a name="modaction"></a> > <fieldset> > <legend id="modaction_legend">Add a new action</legend> > <div id="warning_multivalued" style="color:red; display:none;">You have chosen a condition on the same field as the original field. If your records contain multivalued fields it is highly recommended not to do that.</div> >-- >2.43.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34647
:
161344
|
161345
|
161354
|
161355
|
161356
|
161422
|
161425
|
161432
| 161433 |
161434