Bugzilla – Attachment 44713 Details for
Bug 13761
Hide toolbar when printing a list page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13761 - Hide toolbar when printing a list page
Bug-13761---Hide-toolbar-when-printing-a-list-page.patch (text/plain), 1.11 KB, created by
Fridolin Somers
on 2015-11-10 15:31:55 UTC
(
hide
)
Description:
Bug 13761 - Hide toolbar when printing a list page
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2015-11-10 15:31:55 UTC
Size:
1.11 KB
patch
obsolete
>From 8742df406b929af241f2f84a0b29d67ac2fee538 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 25 Feb 2015 17:44:32 +0100 >Subject: [PATCH] Bug 13761 - Hide toolbar when printing a list page > >When printing a list page at Intranet, the toolbar is useless. > >Test plan : >- Try to print the page (you can use print preview) >- Check the toolbar is missing >--- > koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 bba00b3..e216d7f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >@@ -282,7 +282,7 @@ function placeHold () { > [% SET new_direction = 'asc' %] > [% END %] > >-<div id="searchheader"> >+<div id="searchheader" class="noprint"> > [% IF ( itemsloop ) %] > <div id="selection_ops"><span class="checkall"></span> | > <span class="clearall"></span> >-- >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 13761
:
36170
| 44713