Bugzilla – Attachment 77845 Details for
Bug 20935
Redesign system preferences interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20935: Remove "Click to" from some links
Bug-20935-Remove-Click-to-from-some-links.patch (text/plain), 2.13 KB, created by
Jonathan Druart
on 2018-08-15 17:24:53 UTC
(
hide
)
Description:
Bug 20935: Remove "Click to" from some links
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-08-15 17:24:53 UTC
Size:
2.13 KB
patch
obsolete
>From f406ebb17bba1392135bf47e06da947159ef8b24 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 8 Jul 2018 12:18:13 +0200 >Subject: [PATCH] Bug 20935: Remove "Click to" from some links > >Changes "Click to edit" and "Click to collapse" to just >"Edit" and "Collapse" as the "Click to" appears not >necessary for elements formatted as links. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 c2f65f0c14..50fd7e6075 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >@@ -105,9 +105,9 @@ > [% IF ( CHUNK.type_htmlarea ) && ( Koha.Preference('UseWYSIWYGinSystemPreferences') ) %] > <textarea name="pref_[% CHUNK.name %]" id="pref_[% CHUNK.name %]" class="preference preference-[% CHUNK.class or "short" %] mce" rows="20" cols="60">[% CHUNK.value %]</textarea> > [% ELSE %] >- <a class="expand-textarea" style="display: none" href="#"><i class="fa fa-pencil"></i> Click to edit</a> >+ <a class="expand-textarea" style="display: none" href="#"><i class="fa fa-pencil"></i> Edit</a> > <textarea name="pref_[% CHUNK.name %]" id="pref_[% CHUNK.name %]" class="preference preference-[% CHUNK.class or "short" %]" rows="10" cols="40">[% CHUNK.value %]</textarea> >- <a class="collapse-textarea" style="display:none" href="#"><i class="fa fa-angle-double-up"></i> Click to collapse</br></a> >+ <a class="collapse-textarea" style="display:none" href="#"><i class="fa fa-angle-double-up"></i> Collapse</br></a> > [% END %] > [% ELSIF ( CHUNK.type_languages ) %] > <dl class="sortable"> >-- >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 20935
:
76039
|
76040
|
76041
|
76097
|
76106
|
76548
|
76664
|
76754
|
76755
|
77163
|
77165
|
77166
|
77167
|
77707
|
77708
|
77709
|
77844
|
77845
|
77846
|
79177
|
79178
|
79179
|
82884
|
82885
|
82886
|
82887
|
82888
|
86784
|
86785
|
86786
|
86787
|
86788
|
86833
|
86834
|
86835
|
86836
|
86837
|
89936
|
89937
|
89938
|
89939
|
89940