Bugzilla – Attachment 94361 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: Allow system preferences to be bookmarked
Bug-23823-Allow-system-preferences-to-be-bookmarke.patch (text/plain), 1.54 KB, created by
Katrin Fischer
on 2019-10-17 06:28:49 UTC
(
hide
)
Description:
Bug 23823: Allow system preferences to be bookmarked
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-10-17 06:28:49 UTC
Size:
1.54 KB
patch
obsolete
>From 594ff65cf970b96abef3367054ed7b428eacfbfd Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Ivan=20Mas=C3=A1r?= <helix84@centrum.sk> >Date: Wed, 16 Oct 2019 13:17:37 +0200 >Subject: [PATCH] Bug 23823: Allow system preferences to be bookmarked > >Test plan: >1) Log in to Staff UI with superlibrarian permissions >2) Go to System Preferences /cgi-bin/koha/admin/preferences.pl >3) Next to each preference, there should now be a bookmark icon >4) The bookmark icon links to a search for the exact preference name >5) The link can be bookmarked for quick reference to the specific >preference > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 2 ++ > 1 file changed, 2 insertions(+) > >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 764f1645d9..abcc8581cf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >@@ -56,6 +56,8 @@ > <code> > [% FOREACH NAME IN LINE.NAMES %] > <label for="pref_[% NAME.name | html %]"> >+ <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 ) %] > <span class="term" id="jumped">[% NAME.name | html %]</span> > [% ELSIF ( NAME.highlighted ) %] >-- >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