Bugzilla – Attachment 149824 Details for
Bug 33549
Patron restriction types - Style missing for dialog messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33549: Fix dialog box in patron restrictions
Bug-33549-Fix-dialog-box-in-patron-restrictions.patch (text/plain), 1.15 KB, created by
Lucas Gass (lukeg)
on 2023-04-18 17:08:06 UTC
(
hide
)
Description:
Bug 33549: Fix dialog box in patron restrictions
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-04-18 17:08:06 UTC
Size:
1.15 KB
patch
obsolete
>From 43a47bcfb595f1fb78dd32c53da4bad43c6e9621 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 18 Apr 2023 17:07:03 +0000 >Subject: [PATCH] Bug 33549: Fix dialog box in patron restrictions > >To test: >1. Enable PatronRestrictionTypes >2. Go to Administration > Patron restrictions >3. Click 'New restriction' >4. Enter a code and label >5. Click 'Save' > --> 'Type added' at the top of the page is not styled >6. Apply patch >7. Try again, dialog is styled correctly >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >index c81eb99801..494b353612 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >@@ -73,7 +73,7 @@ > <main> > > [% FOR m IN messages %] >- <div class="dialog [% m | html %]"> >+ <div class="dialog message [% m.code | html %]"> > [% SWITCH m.code %] > [% CASE 'add_success' %] > Type added >-- >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 33549
:
149824
|
149845
|
149996
|
149997