Bugzilla – Attachment 111866 Details for
Bug 23823
Allow system preferences to be bookmarked
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23823: (follow-up) minor visual fix
Bug-23823-follow-up-minor-visual-fix.patch (text/plain), 1.46 KB, created by
Nick Clemens (kidclamp)
on 2020-10-16 11:49:10 UTC
(
hide
)
Description:
Bug 23823: (follow-up) minor visual fix
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-10-16 11:49:10 UTC
Size:
1.46 KB
patch
obsolete
>From 84dc90f3ea0c53fded4a9f6c09ccd3741edf78d2 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Ivan=20Mas=C3=A1r?= <helix84@centrum.sk> >Date: Thu, 17 Oct 2019 13:49:16 +0200 >Subject: [PATCH] Bug 23823: (follow-up) minor visual fix >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Do not allow a line break between the bookmark icon and syspref name. > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >index 50e4db2632..259b51e92f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >@@ -67,7 +67,7 @@ > <td class="name-cell"> > <code> > [% FOREACH NAME IN LINE.NAMES %] >- <label for="pref_[% NAME.name | html %]"> >+ <label for="pref_[% NAME.name | html %]" class="nowrap"> > <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=[% NAME.name | html %]"> > <i class="fa fa-bookmark" aria-hidden="true"></i></a> > [% IF ( NAME.jumped ) %] >-- >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 23823
:
94271
|
94272
|
94361
|
94362
|
94366
|
94367
|
111625
|
111626
|
111627
|
111628
|
111864
|
111865
| 111866 |
111867