Bugzilla – Attachment 155957 Details for
Bug 34820
Improve inventory tool message for items with non-matching notforloan values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34820: (QA follow-up) Replace em tags with quotes
Bug-34820-QA-follow-up-Replace-em-tags-with-quotes.patch (text/plain), 1.97 KB, created by
Kyle M Hall (khall)
on 2023-09-20 17:44:08 UTC
(
hide
)
Description:
Bug 34820: (QA follow-up) Replace em tags with quotes
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-09-20 17:44:08 UTC
Size:
1.97 KB
patch
obsolete
>From 1b4fd070fea8ed16dbb387baa730592de99eb4ec Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 20 Sep 2023 13:43:56 -0400 >Subject: [PATCH] Bug 34820: (QA follow-up) Replace em tags with quotes > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >index 1937604441d..c482940a029 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -149,7 +149,7 @@ > > <fieldset class="rows" id="optionalfilters"> > <legend>Optional filters for inventory list or comparing barcodes</legend> >- <span class="hint">Scanned items are expected to match one of the selected <em>not for loan</em> criteria if any are checked.</span> >+ <span class="hint">Scanned items are expected to match one of the selected "not for loan" criteria if any are checked.</span> > <br/> > <div id="statuses" style="display: block;"> > [% FOREACH status IN statuses %] >@@ -313,9 +313,9 @@ > <span>Found in wrong place</span><br/> > [% ELSIF problem.key == 'changestatus' %] > [% IF result.notforloan %] >- <span>Item has unselected <em>Not for loan</em> status <em>[% result.notforloan | html %]</em></span><br/> >+ <span>Item has unselected "Not for loan" status "[% result.notforloan | html %]"/span><br/> > [% ELSE %] >- <span>Items has no <em>not for loan</em> status</span><br/> >+ <span>Items has no "not for loan" status</span><br/> > [% END %] > [% ELSIF problem.key == 'not_scanned' %] > <span>Missing (not scanned)</span><br/> >-- >2.30.2
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 34820
:
155838
|
155848
|
155849
|
155871
|
155928
|
155957
|
156499
|
156500
|
156501
|
156502