Skip to content

Commit

Permalink
Ctrl+Shift+Enter for Save and continue edit
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed Jun 15, 2011
1 parent 5576d84 commit aa29b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminer/edit.inc.php
Expand Up @@ -94,7 +94,7 @@
if ($fields) {
echo "<input type='submit' value='" . lang('Save') . "'>\n";
if (!isset($_GET["select"])) {
echo "<input type='submit' name='insert' value='" . ($update ? lang('Save and continue edit') : lang('Save and insert next')) . "'>\n";
echo "<input type='submit' name='insert' value='" . ($update ? lang('Save and continue edit') : lang('Save and insert next')) . "' title='Ctrl+Shift+Enter'>\n";
}
}
echo ($update ? "<input type='submit' name='delete' value='" . lang('Delete') . "' onclick=\"return confirm('" . lang('Are you sure?') . "');\">\n"
Expand Down

0 comments on commit aa29b01

Please sign in to comment.