Bugzilla – Attachment 19842 Details for
Bug 10516
Improve titles, breadcrumbs, and confirmation messages for Z39.50 server adds and updates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10516 - Follow up - Fixing capitalization
Bug-10516---Follow-up---Fixing-capitalization.patch (text/plain), 1.88 KB, created by
Liz Rea
on 2013-07-21 23:19:25 UTC
(
hide
)
Description:
Bug 10516 - Follow up - Fixing capitalization
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2013-07-21 23:19:25 UTC
Size:
1.88 KB
patch
obsolete
>From 9f7fca7e90a83d9a98bdf9adba4398a6f97a477f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 21 Jul 2013 11:50:09 +0200 >Subject: [PATCH] Bug 10516 - Follow up - Fixing capitalization > >Fix capitalization on submit buttons when deleting >a Z39.50 server. > >- Delete this Server >- Do Not Delete > >I think the "Do not delete" should maybe even be a cancel >link to be more consistent with how Koha displays this >kind of dialog in other places. > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> >fixes capitalisation, tool stil works >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 fa61123..4bfdecd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >@@ -276,7 +276,7 @@ > <li><strong>Syntax: </strong>[% syntax %]</li> > <li><strong>Encoding: </strong>[% encoding %]</li> > <li><strong>Timeout: </strong>[% timeout %]</li> >- </ul> <form action="[% script_name %]" method="post"><input type="hidden" name="op" value="delete_confirmed" /><input type="hidden" name="searchfield" value="[% searchfield %]" /><input type="submit" value="Delete this Server" /></form> <form action="[% script_name %]" method="post"><input type="submit" value="Do Not Delete" /></form> >+ </ul> <form action="[% script_name %]" method="post"><input type="hidden" name="op" value="delete_confirmed" /><input type="hidden" name="searchfield" value="[% searchfield %]" /><input type="submit" value="Delete this server" /></form> <form action="[% script_name %]" method="post"><input type="submit" value="Do not delete" /></form> > > > >-- >1.8.1.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 10516
:
19807
|
19812
|
19832
|
19833
| 19842