Bugzilla – Attachment 49214 Details for
Bug 15952
Moving cataloging search actions into a drop-down menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15952: Add missing <tr>
Bug-15952-Add-missing-tr.patch (text/plain), 1.02 KB, created by
Jonathan Druart
on 2016-03-16 11:10:12 UTC
(
hide
)
Description:
Bug 15952: Add missing <tr>
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-16 11:10:12 UTC
Size:
1.02 KB
patch
obsolete
>From 9daa110421d799cec12272b0f1e4716fd3bcd62b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 16 Mar 2016 11:09:18 +0000 >Subject: [PATCH] Bug 15952: Add missing <tr> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >index 04e76da..ca379c2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >@@ -140,6 +140,7 @@ > <th> </th> > </tr> > [% FOREACH resultsloo IN resultsloop %] >+ <tr> > <td><input type="checkbox" class="selection" id="bib[% resultsloo.biblionumber %]" name="biblionumber" value="[% resultsloo.biblionumber %]" /></td> > <td> > <p> >-- >2.7.0
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 15952
:
48529
|
48537
|
48566
|
48567
|
49058
|
49153
|
49213
| 49214