mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Update translations
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1333 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -68,7 +68,7 @@ if ($_POST) {
|
||||
) . "\n"; ?>
|
||||
<?php echo html_select("collation", array("" => "(" . lang('collation') . ")") + $collations, $collate); ?>
|
||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||
<input type="submit" value="<?php echo lang('Save'); ?>">
|
||||
<input type="submit" value="<?php echo lang('Save'); ?>">
|
||||
<?php
|
||||
if (!$_POST["add_x"] && $_GET["db"] == "") {
|
||||
echo "<input type='image' name='add' src='../adminer/static/plus.gif' alt='+' title='" . lang('Add next') . "'>\n";
|
||||
|
Reference in New Issue
Block a user