Bugzilla – Attachment 69911 Details for
Bug 19658
Style fix for staff client lists page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19658: Style fix for staff client lists page
Bug-19658-Style-fix-for-staff-client-lists-page.patch (text/plain), 1.85 KB, created by
Owen Leonard
on 2017-12-19 14:36:11 UTC
(
hide
)
Description:
Bug 19658: Style fix for staff client lists page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2017-12-19 14:36:11 UTC
Size:
1.85 KB
patch
obsolete
>From 61a6ea5296e129eaf559e3987390d8590090024b Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 20 Nov 2017 17:27:57 +0000 >Subject: [PATCH] Bug 19658: Style fix for staff client lists page >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit >Content-Type: text/plain; charset="utf-8" > >Patch applies with no issues and works as described. > >Signed-off-by: Dilan Johnpullé <dilan@calyx.net.au> > >Edit: Rebased for 16.11.x >--- > koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 3 ++- > 1 file changed, 2 insertions(+), 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 62b17a0..b4a9b1b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >@@ -6,6 +6,7 @@ > <title>Koha › [% IF op == 'view' %]Lists › Contents of [% shelf.shelfname | html %][% ELSE %]Lists[% END %][% IF op == 'add_form' %] › Create new list[% END %][% IF op == 'edit_form' %] › Edit list [% shelf.shelfname | html %][% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> >+<style type="text/css">textarea { width: 100%; }</style> > [% INCLUDE 'datatables.inc' %] > <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script> > >@@ -659,7 +660,7 @@ function placeHold () { > <div class="yui-b"> > <form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post"> > <fieldset class="brief noprint"> >- <legend>Add an item</legend> >+ <legend>Add items</legend> > <ol> > <li> > <label for="barcode">Barcode:</label> >-- >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 19658
:
69239
|
69241
|
69911
|
69914
|
69945