Bugzilla – Attachment 128580 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.75 KB, created by
Nick Clemens (kidclamp)
on 2021-12-16 02:06:50 UTC
(
hide
)
Description:
Bug 29706: Improve table elements
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-12-16 02:06:50 UTC
Size:
2.75 KB
patch
obsolete
>From bbbb05f7032e96f3cd524d13a4bf4ecde407aabe 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 >--- > 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 edc33ccf73..437e558b13 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> >@@ -363,7 +364,9 @@ > <th>Vol info</th> > [% END %] > <th>Information</th> >- </tr> >+ </tr> >+ </thead> >+ <tbody> > > [% FOREACH itemLoo IN bibitemloo.itemLoop %] > <tr class="[% itemLoo.backgroundcolor | html %]"> >@@ -447,6 +450,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.20.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