Bugzilla – Attachment 3977 Details for
Bug 6238
Checkboxes in staff's list view are missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-6238-Checkboxes-in-staff-s-list-view-are.patch (text/plain), 984 bytes, created by
Owen Leonard
on 2011-04-21 16:54:51 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-04-21 16:54:51 UTC
Size:
984 bytes
patch
obsolete
>From 3a8547536afdbfe0d941c69d0720aff344c94b9a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 21 Apr 2011 12:53:36 -0400 >Subject: [PATCH] Fix for Bug 6238 - Checkboxes in staff's list view are missing >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/modules/virtualshelves/shelves.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >index e4db620..afe035e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >@@ -182,7 +182,7 @@ function placeHold () { > [% ELSE %] > <tr> > [% END %] >- [% IF ( itemsloo.manageshelf ) %] >+ [% IF ( manageshelf ) %] > <td> > [% IF ( itemsloo.confirm ) %] > <input type="hidden" name="CONFIRM-[% itemsloo.confirm %]" /> >-- >1.7.3 >
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 6238
:
3972
| 3977