Bug 12639

Summary: Z39.50 administration page should use "message" dialog for adds and updates
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: m.de.rooy, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 12639 - Z39.50 administration page should use "message" dialog for adds and updates
Bug 12639 - Z39.50 administration page should use "message" dialog for adds and updates
[PASSED QA] Bug 12639 - Z39.50 administration page should use "message" dialog for adds and updates

Description Owen Leonard 2014-07-23 17:06:08 UTC
When a Z39.50 server is added or updated the page outputs a message to the screen using a box styled as "dialog alert." It should use "dialog message" instead.
Comment 1 Owen Leonard 2014-07-24 14:49:51 UTC Comment hidden (obsolete)
Comment 2 Petter Goksøyr Åsen 2014-07-25 05:21:00 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-07-25 06:32:24 UTC
Created attachment 30073 [details] [review]
[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.
Comment 4 Tomás Cohen Arazi 2014-07-26 13:21:23 UTC
Patch pushed to master.

Thanks Owen!