Bugzilla – Attachment 168175 Details for
Bug 37148
Move the filter bar in Holds to Pull report from the bottom to the top of the table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37148: Moved filter bar to the top of Holds to Pull report table.
Bug-37148-Moved-filter-bar-to-the-top-of-Holds-to-.patch (text/plain), 4.92 KB, created by
Eric Garcia
on 2024-06-26 18:26:07 UTC
(
hide
)
Description:
Bug 37148: Moved filter bar to the top of Holds to Pull report table.
Filename:
MIME Type:
Creator:
Eric Garcia
Created:
2024-06-26 18:26:07 UTC
Size:
4.92 KB
patch
obsolete
>From 20b9189f5b21b53ebbfea7737d8698ba18c82db2 Mon Sep 17 00:00:00 2001 >From: Eric Garcia <cubingguy714@gmail.com> >Date: Wed, 26 Jun 2024 18:25:29 +0000 >Subject: [PATCH] Bug 37148: Moved filter bar to the top of Holds to Pull > report table. > >--- > .../prog/en/modules/circ/pendingreserves.tt | 74 +++++++++---------- > 1 file changed, 36 insertions(+), 38 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >index 8709b5bf07..559473819f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >@@ -66,23 +66,42 @@ > <table id="holdst"> > <thead> > <tr> >- <th>Pull this many items</th> >- <th>Items available</th> >- <th>Patrons with holds</th> >- <th>First patron</th> >- <th class="anti-the">Title</th> >- <th class="string-sort">Libraries</th> >- <th>Available barcodes</th> >- <th>Available call numbers</th> >- <th>Available copy numbers</th> >- <th>Available enumeration</th> >- <th class="string-sort">Available item types</th> >- <th class="string-sort">Available locations</th> >- <th class="string-sort">Available collections</th> >- <th>Earliest hold date</th> >- <th>Hold notes</th> >- <th class="string-sort">Pickup location</th> >- <th>Action</th> >+ <th>Pull this many items</th> >+ <th>Items available</th> >+ <th>Patrons with holds</th> >+ <th>First patron</th> >+ <th class="anti-the">Title</th> >+ <th class="string-sort">Libraries</th> >+ <th>Available barcodes</th> >+ <th>Available call numbers</th> >+ <th>Available copy numbers</th> >+ <th>Available enumeration</th> >+ <th class="string-sort">Available item types</th> >+ <th class="string-sort">Available locations</th> >+ <th class="string-sort">Available collections</th> >+ <th>Earliest hold date</th> >+ <th>Hold notes</th> >+ <th class="string-sort">Pickup location</th> >+ <th>Action</th> >+ </tr> >+ <tr> >+ <td><input type="text" class="filter" data-column_num="0" placeholder="Pull this many items" style="width:95%"/></td> >+ <td><input type="text" class="filter" data-column_num="1" placeholder="Items available" style="width:95%"/></td> >+ <td><input type="text" class="filter" data-column_num="2" placeholder="Patron holds" style="width:95%"/></td> >+ <td><input type="text" class="filter" data-column_num="3" placeholder="Patron name" style="width:95%"/></td> >+ <td><input type="text" class="filter" data-column_num="4" placeholder="Title" style="width:95%"/></td> >+ <td id="homebranchfilter"></td> >+ <td></td> >+ <td><input type="text" class="filter" data-column_num="7" placeholder="Call number" style="width:95%"/></td> >+ <td><input type="text" class="filter" data-column_num="8" placeholder="Available copy" style="width:95%"/></td> >+ <td><input type="text" class="filter" data-column_num="9" placeholder="Available enumeration" style="width:95%"/></td> >+ <td id="itemtype-filter"></td> >+ <td id="locationfilter"></td> >+ <td></td> >+ <td></td> >+ <td></td> >+ <td id="pickup-location"></td> >+ <td></td> > </tr> > </thead> > <tbody> >@@ -251,27 +270,6 @@ > </tr> > [% END %] > </tbody> >- <tfoot> >- <tr> >- <td><input type="text" class="filter" data-column_num="0" placeholder="Pull this many items" style="width:95%"/></td> >- <td><input type="text" class="filter" data-column_num="1" placeholder="Items available" style="width:95%"/></td> >- <td><input type="text" class="filter" data-column_num="2" placeholder="Patron holds" style="width:95%"/></td> >- <td><input type="text" class="filter" data-column_num="3" placeholder="Patron name" style="width:95%"/></td> >- <td><input type="text" class="filter" data-column_num="4" placeholder="Title" style="width:95%"/></td> >- <td id="homebranchfilter"></td> >- <td></td> >- <td><input type="text" class="filter" data-column_num="7" placeholder="Call number" style="width:95%"/></td> >- <td><input type="text" class="filter" data-column_num="8" placeholder="Available copy" style="width:95%"/></td> >- <td><input type="text" class="filter" data-column_num="9" placeholder="Available enumeration" style="width:95%"/></td> >- <td id="itemtype-filter"></td> >- <td id="locationfilter"></td> >- <td></td> >- <td></td> >- <td></td> >- <td id="pickup-location"></td> >- <td></td> >- </tr> >- </tfoot> > </table> > [% ELSE %] > <strong>No items found.</strong> >-- >2.30.2
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 37148
:
168175
|
170759
|
170955