Bugzilla – Attachment 187457 Details for
Bug 40783
The bookbag_form should not be submittable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[ALTERNATIVE PATCH] Bug 40783: Use existing noEnterSubmit class
Bug-40783-Use-existing-noEnterSubmit-class.patch (text/plain), 2.82 KB, created by
Jonathan Druart
on 2025-10-06 10:30:21 UTC
(
hide
)
Description:
[ALTERNATIVE PATCH] Bug 40783: Use existing noEnterSubmit class
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-10-06 10:30:21 UTC
Size:
2.82 KB
patch
obsolete
>From 20773cd07a7ed0e01dfd2a8ebbcfd9e7dbea9470 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 6 Oct 2025 12:29:51 +0200 >Subject: [PATCH] Bug 40783: Use existing noEnterSubmit class > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >index 34a19af829d..277f4ef4391 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >@@ -251,7 +251,7 @@ > [% IF Koha.Preference( 'opacbookbag' ) == 1 %] > <input > type="checkbox" >- class="cb" >+ class="cb noEnterSubmit" > id="bib[% SEARCH_RESULT.biblionumber | html %]" > name="biblionumber" > value="[% SEARCH_RESULT.biblionumber | html %]" >@@ -262,7 +262,7 @@ > [% IF Koha.Preference( 'virtualshelves' ) == 1 %] > <input > type="checkbox" >- class="cb" >+ class="cb noEnterSubmit" > id="bib[% SEARCH_RESULT.biblionumber | html %]" > name="biblionumber" > value="[% SEARCH_RESULT.biblionumber | html %]" >@@ -275,7 +275,7 @@ > [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] > <input > type="checkbox" >- class="cb" >+ class="cb noEnterSubmit" > id="bib[% SEARCH_RESULT.biblionumber | html %]" > name="biblionumber" > value="[% SEARCH_RESULT.biblionumber | html %]" >-- >2.34.1
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 40783
:
186311
|
186789
|
187201
| 187457