Bugzilla – Attachment 140847 Details for
Bug 31601
Materials specified note should include an ID on both the check in and checkout pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31601: Add ID to materials specified check-in page
Bug-31601-Add-ID-to-materials-specified-check-in-p.patch (text/plain), 1.38 KB, created by
Lucas Gass (lukeg)
on 2022-09-22 13:19:35 UTC
(
hide
)
Description:
Bug 31601: Add ID to materials specified check-in page
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-09-22 13:19:35 UTC
Size:
1.38 KB
patch
obsolete
>From 4427fa5293c48ec41180a553b55c672b1ab46934 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 22 Sep 2022 13:14:22 +0000 >Subject: [PATCH] Bug 31601: Add ID to materials specified check-in page > >TO test: >1. Apply patch >2. Find an item and add a materials specified note ( 952$3 ) to it. >3. Add this CSS to the IntranetUserCSS system preference: > background: red; >} >4. Now check-in the item in. The background of the materials specified note should now be red! >5. Hooray, sign off! >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index be91ab7be7..168bc9bf22 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -154,7 +154,7 @@ > [% END %] > > [% IF additional_materials && !needs_confirm && !multiple_confirmed %] >- <div class="dialog message"> >+ <div id="materials" class="dialog message"> > Note about the accompanying materials: [% additional_materials | html %] > </div> > [% END %] >-- >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 31601
:
140847
|
140848
|
140852
|
141115