Bugzilla – Attachment 105860 Details for
Bug 12093
Add CSS classes to item statuses in detail view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12093: (QA follow-up) Fix typo 'noteforloan'
Bug-12093-QA-follow-up-Fix-typo-noteforloan.patch (text/plain), 1.25 KB, created by
Katrin Fischer
on 2020-06-14 12:04:27 UTC
(
hide
)
Description:
Bug 12093: (QA follow-up) Fix typo 'noteforloan'
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-06-14 12:04:27 UTC
Size:
1.25 KB
patch
obsolete
>From 6c85294e77172b1403892a9c27030505c2edc2a7 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 14 Jun 2020 14:02:49 +0200 >Subject: [PATCH] Bug 12093: (QA follow-up) Fix typo 'noteforloan' > >Just changes one character in the noteforloan class to notforloan. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 071aa8b078..3a9b37ae3b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -374,7 +374,7 @@ Note that permanent location is a code, and location may be an authval. > [% END %] > > [% IF ( item.itemnotforloan || item.notforloan_per_itemtype ) %] >- <span class="noteforloan">Not for loan >+ <span class="notforloan">Not for loan > [% IF ( item.notforloanvalue ) %] > <span class="reason">([% item.notforloanvalue | html %])</span> > [% END %] >-- >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 12093
:
27157
|
104629
|
105299
|
105859
| 105860