Bugzilla – Attachment 94366 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.36 KB, created by
Ivan Masár
on 2019-10-17 10:40:18 UTC
(
hide
)
Description:
Bug 23823: (follow-up) Get rid of some tabs in favor of spaces
Filename:
MIME Type:
Creator:
Ivan Masár
Created:
2019-10-17 10:40:18 UTC
Size:
2.36 KB
patch
obsolete
>From c9338446412afcae2bbafee2935d61aeb11b7127 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> >--- > .../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 abcc8581cf..44881cc74d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >@@ -55,16 +55,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