Bugzilla – Attachment 159974 Details for
Bug 35592
Missing closing div tag in bookings alert in circulation.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35592: Fix closing tag in bookings alert
Bug-35592-Fix-closing-tag-in-bookings-alert.patch (text/plain), 1.39 KB, created by
Nick Clemens (kidclamp)
on 2023-12-18 16:25:04 UTC
(
hide
)
Description:
Bug 35592: Fix closing tag in bookings alert
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-12-18 16:25:04 UTC
Size:
1.39 KB
patch
obsolete
>From 1414cc09758baf7090a3ece2f40707f76aefe808 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 18 Dec 2023 16:22:08 +0000 >Subject: [PATCH] Bug 35592: Fix closing tag in bookings alert > >To test: >1 - View a record details page for a record with items >2 - Click on the 'Items' tab >3 - Change 'Bookable' to 'Yes' and update for an item >4 - View the details page - place a booking >5 - Checkout the item to the patron it is booked for >6 - Note the alert shows, but encompasses the whole page >7 - Apply patch >8 - Check in the item >9 - Checkout the item again >10 - Note the alert shows above the checkouts page as expected >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 9f2631cc4d6..7707a7587f0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -95,7 +95,7 @@ > [% END %] > > [% IF alert.BOOKED %] >- <div class="dialog alert">Item is booked by this user<div> >+ <div class="dialog alert">Item is booked by this user</div> > [% END %] > > [% IF ( nopermission ) %] >-- >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 35592
:
159974
|
159983
|
159995