Bugzilla – Attachment 64702 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.30 KB, created by
Biblibre Sandboxes
on 2017-06-28 13:40:35 UTC
(
hide
)
Description:
Bug 18832: Missing space between icon and label in button 'Patron lists'
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2017-06-28 13:40:35 UTC
Size:
1.30 KB
patch
obsolete
>From f5a20ec2290488808629a7c1929fd8df5af69658 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> >--- > 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 ea89124..a4a4051 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.7.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 18832
:
64483
|
64485
|
64702
|
64890