Bugzilla – Attachment 119289 Details for
Bug 22773
Bulk close invoices and filter invoice view (open/closed)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22773: Assign different id to checkboxes
Bug-22773-Assign-different-id-to-checkboxes.patch (text/plain), 1.37 KB, created by
Nick Clemens (kidclamp)
on 2021-04-07 13:02:50 UTC
(
hide
)
Description:
Bug 22773: Assign different id to checkboxes
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-04-07 13:02:50 UTC
Size:
1.37 KB
patch
obsolete
>From 23265d9b0eca88fe634181669d6f9baf01fa75ed Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 29 Jan 2021 08:46:48 +0100 >Subject: [PATCH] Bug 22773: Assign different id to checkboxes > >Otherwise clicking the label does not work >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >index 9549d0245e..be3cdf4242 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >@@ -44,8 +44,8 @@ > [% ELSE %] > [% SET tab = 'opened' %] > [% END %] >- <input type="checkbox" style="vertical-align: middle;" id="show_only_subscription" class="show_only_subscription" data-tableid="[% tab | html %]resultst"/> >- <label for="show_only_subscription"> >+ <input type="checkbox" style="vertical-align: middle;" id="show_only_subscription_[% tab | html %]" class="show_only_subscription" data-tableid="[% tab | html %]resultst"/> >+ <label for="show_only_subscription_[% tab | html %]"> > Show only subscriptions > </label> > <table id="[% tab | html %]resultst" class="result"> >-- >2.11.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 22773
:
93357
|
93375
|
93448
|
93660
|
94411
|
95290
|
96906
|
96907
|
96908
|
96909
|
96910
|
98729
|
98730
|
98731
|
98732
|
98733
|
106538
|
106539
|
106540
|
106541
|
106542
|
106543
|
106544
|
115420
|
115421
|
115422
|
115423
|
115424
|
115425
|
115426
|
116010
|
119282
|
119283
|
119284
|
119285
|
119286
|
119287
|
119288
| 119289 |
119290