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 Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
5c60ae40f9
commit
c5cc04ef3d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue