Bugzilla – Attachment 30073 Details for
Bug 12639
Z39.50 administration page should use "message" dialog for adds and updates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12639 - Z39.50 administration page should use "message" dialog for adds and updates
PASSED-QA-Bug-12639---Z3950-administration-page-sh.patch (text/plain), 1.87 KB, created by
Katrin Fischer
on 2014-07-25 06:32:24 UTC
(
hide
)
Description:
[PASSED QA] Bug 12639 - Z39.50 administration page should use "message" dialog for adds and updates
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-07-25 06:32:24 UTC
Size:
1.87 KB
patch
obsolete
>From 2030e842423eb87eab6a6c7e9fe0d72731f19e41 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 23 Jul 2014 13:08:36 -0400 >Subject: [PATCH] [PASSED QA] Bug 12639 - Z39.50 administration page should use > "message" dialog for adds and updates > >This patch changes the style of a couple of message boxes to use the >"message" style instead of the "alert" style. This better reflects the >type and priority of the messages being displayed. > >To test, got to Administration -> Z39.50 client targets and edit an >existing server. The confirmation message should be the blue "message" >type. > >Test again by adding a new server. The confirmation message for this >operation should be of the same blue "message" type. > >Signed-off-by: Petter Goksoyr Asen <boutrosboutrosboutros@gmail.com> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Small template change, tested ok. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >index 65e3db2..c43e6eb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >@@ -73,9 +73,9 @@ > [% IF msg_deleted %] > <div class="dialog alert">Z39.50 server deleted ([% msg_add %])</div> > [% ELSIF msg_updated %] >- <div class="dialog alert">Z39.50 server updated ([% msg_add %])</div> >+ <div class="dialog message">Z39.50 server updated ([% msg_add %])</div> > [% ELSIF msg_added %] >- <div class="dialog alert">Z39.50 server added ([% msg_add %])</div> >+ <div class="dialog message">Z39.50 server added ([% msg_add %])</div> > [% ELSIF msg_notfound %] > <div class="dialog alert">Error: Server with id [% msg_add %] not found</div> > [% END %] >-- >1.9.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 12639
:
30032
|
30072
| 30073