Bugzilla – Attachment 111867 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: (QA follow-up) Fix filter in link
Bug-23823-QA-follow-up-Fix-filter-in-link.patch (text/plain), 1.34 KB, created by
Nick Clemens (kidclamp)
on 2020-10-16 11:49:15 UTC
(
hide
)
Description:
Bug 23823: (QA follow-up) Fix filter in link
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-10-16 11:49:15 UTC
Size:
1.34 KB
patch
obsolete
>From 5af91e88195875629915b0f99d036c96b3ac10f4 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 16 Oct 2020 11:47:24 +0000 >Subject: [PATCH] Bug 23823: (QA follow-up) Fix filter in link > >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 259b51e92f..977a7834fe 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >@@ -68,7 +68,7 @@ > <code> > [% FOREACH NAME IN LINE.NAMES %] > <label for="pref_[% NAME.name | html %]" class="nowrap"> >- <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=[% NAME.name | html %]"> >+ <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=[% NAME.name | uri %]"> > <i class="fa fa-bookmark" aria-hidden="true"></i></a> > [% IF ( NAME.jumped ) %] > <span class="term" id="jumped">[% NAME.name | html %]</span> >-- >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