Bugzilla – Attachment 130297 Details for
Bug 29706
When placing a request on the opac, the user is shown titles they cannot place a hold on
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29706: Improve table elements
Bug-29706-Improve-table-elements.patch (text/plain), 2.89 KB, created by
Jonathan Druart
on 2022-02-08 15:50:15 UTC
(
hide
)
Description:
Bug 29706: Improve table elements
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-02-08 15:50:15 UTC
Size:
2.89 KB
patch
obsolete
>From 3f1e388fda4fcc24b0093a3796c2f60468aa36db Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 16 Dec 2021 01:12:52 +0000 >Subject: [PATCH] Bug 29706: Improve table elements > >This patch add a thead and tbody element to the 'copiesrow' table > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >index 2d84cdffb44..85eb71e4da0 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >@@ -345,7 +345,8 @@ > [% IF bibitemloo.itemholdable %] > <table class="copiesrow table table-bordered table-striped" id="copiesrow_[% bibitemloo.biblionumber | html %]"> > <caption>Select a specific item:</caption> >- <tr> >+ <thead> >+ <tr> > <th>Copy number</th> > [% IF ( item_level_itypes ) %] > <th>Item type</th> >@@ -364,7 +365,9 @@ > [% END %] > <th>Notes</th> > <th>Information</th> >- </tr> >+ </tr> >+ </thead> >+ <tbody> > > [% FOREACH itemLoo IN bibitemloo.itemLoop %] > <tr class="[% itemLoo.backgroundcolor | html %]"> >@@ -451,6 +454,7 @@ > </td> > </tr> > [% END # / FOREACH itemLoo IN bibitemloo.itemLoop%] >+ </tbody> > </table> <!-- / #copiesrow_[% bibitemloo.biblionumber | html %] --> > [% END # / IF ( bibitemloo.itemholdable )%] > </div> <!-- / #hold-options-[% bibitemloo.biblionumber | html %] --> >-- >2.25.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 29706
:
128580
|
128581
|
129196
|
130262
|
130263
|
130281
| 130297 |
130298
|
130299