Bugzilla – Attachment 111865 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) Get rid of some tabs in favor of spaces
Bug-23823-follow-up-Get-rid-of-some-tabs-in-favor-.patch (text/plain), 2.48 KB, created by
Nick Clemens (kidclamp)
on 2020-10-16 11:49:02 UTC
(
hide
)
Description:
Bug 23823: (follow-up) Get rid of some tabs in favor of spaces
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-10-16 11:49:02 UTC
Size:
2.48 KB
patch
obsolete
>From 9c48222f5e1782529f51fd882c003a6b16eabaac Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 11 Oct 2019 02:18:41 +0000 >Subject: [PATCH] Bug 23823: (follow-up) Get rid of some tabs in favor of > spaces >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >In the paragraph touched by this patch, there were some >whitespace issues. This patch does some tab to space >replacement and reindentation to make the code more readable. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Ivan Masár <helix84@centrum.sk> >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/admin/preferences.tt | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 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 6268644e2a..50e4db2632 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >@@ -67,16 +67,16 @@ > <td class="name-cell"> > <code> > [% FOREACH NAME IN LINE.NAMES %] >- <label for="pref_[% NAME.name | html %]"> >+ <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> >+ [% IF ( NAME.jumped ) %] >+ <span class="term" id="jumped">[% NAME.name | html %]</span> > [% ELSIF ( NAME.highlighted ) %] >- <span class="term">[% NAME.name | html %]</span> >- [% ELSE %] >- [% NAME.name | html %] >- [% END %] >+ <span class="term">[% NAME.name | html %]</span> >+ [% ELSE %] >+ [% NAME.name | html %] >+ [% END %] > > [% IF NAME.overridden %] > <span class="overridden" title="The system preference [% NAME.name | html %] may have been overridden from this value by one or more virtual hosts."> >-- >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