Bugzilla – Attachment 64890 Details for
Bug 18832
Missing space between icon and label in button 'Patron lists'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18832: Missing space between icon and label in button 'Patron lists'
Bug-18832-Missing-space-between-icon-and-label-in-.patch (text/plain), 1.37 KB, created by
Julian Maurice
on 2017-07-07 08:02:52 UTC
(
hide
)
Description:
Bug 18832: Missing space between icon and label in button 'Patron lists'
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2017-07-07 08:02:52 UTC
Size:
1.37 KB
patch
obsolete
>From 3b9608fe19d640732c707bdb7bb09d606bcbdc2a Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 21 Jun 2017 09:47:13 +0200 >Subject: [PATCH] Bug 18832: Missing space between icon and label in button > 'Patron lists' > >On page Home > Patrons the button 'Patron lists' misses a space between >icon and text. This patch adds it to make the button display like the other >ones. > >To test, apply patch and verify that the button displays as expected. > >Signed-off-by: fcouffignal <fcouffignal@gmail.com> >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc >index ea891240fc..a4a4051a90 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc >@@ -19,7 +19,7 @@ > </div> > [% END %] > [% IF CAN_user_tools_manage_patron_lists %] >- <a class="btn btn-default btn-sm" href="/cgi-bin/koha/patron_lists/lists.pl"><i class="fa fa-edit"></i>Patron lists</a> >+ <a class="btn btn-default btn-sm" href="/cgi-bin/koha/patron_lists/lists.pl"><i class="fa fa-edit"></i> Patron lists</a> > [% END %] > > </div> >-- >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 18832
:
64483
|
64485
|
64702
| 64890