Bugzilla – Attachment 126273 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.07 KB, created by
Martin Renvoize (ashimema)
on 2021-10-14 11:46:23 UTC
(
hide
)
Description:
Bug 29244: Add dialog class where missing in print-notices.tt
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-10-14 11:46:23 UTC
Size:
1.07 KB
patch
obsolete
>From a1cee25066d9f5e1a2a20f28e9adad58a7852592 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. >--- > 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