Bugzilla – Attachment 79430 Details for
Bug 19490
Add a 'holds' column to the Batch Item Modification Tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19490: (follow-up) Add tooltip to each row
Bug-19490-follow-up-Add-tooltip-to-each-row.patch (text/plain), 2.26 KB, created by
Nick Clemens (kidclamp)
on 2018-09-26 14:38:32 UTC
(
hide
)
Description:
Bug 19490: (follow-up) Add tooltip to each row
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-09-26 14:38:32 UTC
Size:
2.26 KB
patch
obsolete
>From ee539fc6fa24dca2cd4d13c2e0fc7c787ce11a82 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 23 May 2018 19:04:02 +0000 >Subject: [PATCH] Bug 19490: (follow-up) Add tooltip to each row >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >1 - Run batch modification on some items >2 - Hover over the holds column >3 - Note the tool tip >4 - PLace some holds to verify combinations of item/record level holds >show appropriately > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >index af61435..8e0a250 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >@@ -177,7 +177,8 @@ $(document).ready(function(){ > <td> </td> > [% END %] > <td><label for="row[% item_loo.itemnumber | html %]"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item_loo.biblionumber | html %]">[% item_loo.title | html %]</a>[% IF ( item_loo.author ) %], by [% item_loo.author | html %][% END %]</label></td> >- <td class="holds_count"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% item_loo.biblionumber | html %]">[% IF item_loo.holds %][% item_loo.item_holds | html %]/[% item_loo.holds | html %][% ELSE %][% item_loo.holds | html %][% END %]</a></td> >+ <td class="holds_count"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% item_loo.biblionumber | html %]" title="[% IF item_loo.holds %]Holds on this item: [% item_loo.item_holds | html %] / Total holds on this record: [% item_loo.holds | html %] [% ELSE %]Holds on this record: [% item_loo.holds | html %][% END %]"> >+ [% IF item_loo.holds %][% item_loo.item_holds | html %]/[% item_loo.holds | html %][% ELSE %][% item_loo.holds | html %][% END %]</a></td> > [% FOREACH item_valu IN item_loo.item_value %] <td>[% item_valu.field | html %]</td> > [% END %] </tr> > [% END %] >-- >2.1.4
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 19490
:
75321
|
75489
|
75516
|
75533
|
75534
|
79429
|
79430
|
80170
|
80171
|
80705
|
80708