Bugzilla – Attachment 108736 Details for
Bug 26207
Compare values of system preference log entries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26207: (follow-up) Remove whitespace from markup
Bug-26207-follow-up-Remove-whitespace-from-markup.patch (text/plain), 2.13 KB, created by
Owen Leonard
on 2020-08-20 12:51:44 UTC
(
hide
)
Description:
Bug 26207: (follow-up) Remove whitespace from markup
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-08-20 12:51:44 UTC
Size:
2.13 KB
patch
obsolete
>From 4e9116290d35c914d07a439eba945e6392aca970 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 20 Aug 2020 12:47:01 +0000 >Subject: [PATCH] Bug 26207: (follow-up) Remove whitespace from markup > >Markup indentation around log entries in the template cause extra >whitespace in the diff view. Removing the markup whitespace corrects it. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >index aa314e3bec..47c795c5e9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >@@ -316,9 +316,7 @@ > <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% loopro.info | uri %]&biblionumber=[% loopro.biblionumber | uri %]&bi=[% loopro.biblioitemnumber | uri %]#item[% loopro.info | uri %]" title="Display detail for this item">Item [% loopro.barcode | html %]</a> > [% ELSE %] > [% IF loopro.module == "SYSTEMPREFERENCE" %] >- <div class="loginfo" id="loginfo[% loopro.action_id | html %]"> >- [% loopro.info | html %] >- </div> >+ <div class="loginfo" id="loginfo[% loopro.action_id | html %]">[% loopro.info | trim | html %]</div> > <div class="compare_info" id="compare_info[% loopro.action_id | html %]"> > <label><input type="checkbox" name="diff" id="action_id[% loopro.action_id | html %]" data-actionid="[% loopro.action_id | html %]" data-filter="[% FOREACH info IN loopro.info.split(' \| ') %][% IF loop.first %][% info | html %][% END %][% END %]" class="compare" /> Compare</label> > </div> >-- >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 26207
:
108271
|
108692
|
108736
|
108760
|
108761
|
110848