Bugzilla – Attachment 69945 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.72 KB, created by
Katrin Fischer
on 2017-12-20 06:52:56 UTC
(
hide
)
Description:
Bug 19658: Style fix for staff client lists page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2017-12-20 06:52:56 UTC
Size:
1.72 KB
patch
obsolete
>From 658360142b8f9aea270913c5cb78c87c7fa70125 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 > >Patch applies with no issues and works as described. > >Signed-off-by: Dilan Johnpullé <dilan@calyx.net.au> > >Edit: Rebased. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 ea40476f29..e1064e4e17 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt >@@ -7,6 +7,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> > > [% BLOCK list_permissions %] > <li> >@@ -385,7 +386,7 @@ > <div class="yui-b"> > <form action="/cgi-bin/koha/virtualshelves/shelves.pl" method="post"> > <fieldset class="brief noprint"> >- <legend>Add items</legend> >+ <h4>Add items</h4> > <ol> > <li> > <label for="barcodes">Barcodes:</label> >-- >2.11.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 19658
:
69239
|
69241
|
69911
|
69914
| 69945