Bugzilla – Attachment 80705 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) Improve tooltip message and some tidying
Bug-19490-follow-up-Improve-tooltip-message-and-so.patch (text/plain), 3.38 KB, created by
Nick Clemens (kidclamp)
on 2018-10-17 13:06:50 UTC
(
hide
)
Description:
Bug 19490: (follow-up) Improve tooltip message and some tidying
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-10-17 13:06:50 UTC
Size:
3.38 KB
patch
obsolete
>From 12deeed67fc65c673e1f7d3a0c14fa4550da78b8 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 17 Oct 2018 13:05:43 +0000 >Subject: [PATCH] Bug 19490: (follow-up) Improve tooltip message and some > tidying > >--- > .../prog/en/modules/tools/batchMod-edit.tt | 31 +++++++++++++++++++--- > 1 file changed, 28 insertions(+), 3 deletions(-) > >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 8e0a250..0abf96d 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 >@@ -176,9 +176,34 @@ $(document).ready(function(){ > [% ELSE %] > <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 %]" 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> >+ <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 %]" >+ title="[% IF item_loo.holds -%] >+ [%- IF item_loo.item_holds %]Holds on this item: [% item_loo.item_holds | html %] / Total holds on this record: [% item_loo.holds | html -%] >+ [%- ELSE -%]No holds on this item / Total holds on this record: [% item_loo.holds | html -%] >+ [%- END -%] >+ [%- ELSE -%] >+ [%- IF item_loo.holds %]Holds on this record: [% item_loo.holds | html -%] >+ [%- ELSE -%]No holds on this record >+ [%- END -%] >+ [%- 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