]> git.joonet.de Git - adminer.git/commitdiff
Save by Enter key when altering a routine
authorJakub Vrana <jakub@vrana.cz>
Mon, 15 Jul 2013 17:13:41 +0000 (10:13 -0700)
committerJakub Vrana <jakub@vrana.cz>
Mon, 15 Jul 2013 17:13:41 +0000 (10:13 -0700)
adminer/procedure.inc.php

index b91a5f4eefad23765e5a965851008f44e6da1ab5..83a1668aa9385447bf2f6bec11759e0d51740609 100644 (file)
@@ -36,6 +36,7 @@ $routine_languages = routine_languages();
 <form action="" method="post" id="form">
 <p><?php echo lang('Name'); ?>: <input name="name" value="<?php echo h($row["name"]); ?>" maxlength="64" autocapitalize="off">
 <?php echo ($routine_languages ? lang('Language') . ": " . html_select("language", $routine_languages, $row["language"]) : ""); ?>
+<input type="submit" value="<?php echo lang('Save'); ?>">
 <table cellspacing="0" class="nowrap">
 <?php
 edit_fields($row["fields"], $collations, $routine);