Bugzilla – Attachment 126292 Details for
Bug 29244
alert/error and message dialogues should have the same width
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29244: Add dialog class where missing in print-notices.tt
Bug-29244-Add-dialog-class-where-missing-in-print-.patch (text/plain), 1.12 KB, created by
Owen Leonard
on 2021-10-14 14:20:05 UTC
(
hide
)
Description:
Bug 29244: Add dialog class where missing in print-notices.tt
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-10-14 14:20:05 UTC
Size:
1.12 KB
patch
obsolete
>From 0d07b556e08fff278b5dee84b75aa6fafa3e9bc6 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 14 Oct 2021 12:45:05 +0100 >Subject: [PATCH] Bug 29244: Add dialog class where missing in print-notices.tt > >The print notices template had it's own implimentation of a message >dialog. To make it consistent with other area's, we should add the >dialog class. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt >index a74b016188..ae0c0aabcc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt >@@ -19,7 +19,7 @@ > </head> > <body id="batch_print-notices" class="batch"> > [% FOREACH message IN messages %] >- <div class="message"> >+ <div class="dialog message"> > <pre>[% message.content | $raw %]</pre> > </div> > [% END %] >-- >2.20.1
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 29244
:
126270
|
126272
|
126273
|
126291
|
126292
|
126619
|
126620