1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-14 18:44:02 +02:00
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@218 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2007-07-17 16:47:40 +00:00
parent 5e5df5783e
commit 688ab5c842

View File

@@ -94,6 +94,7 @@ $collations = collations();
<?php echo lang('Table name'); ?>: <input name="name" maxlength="64" value="<?php echo htmlspecialchars($row["name"]); ?>" />
<select name="Engine"><option value="">(<?php echo lang('engine'); ?>)</option><?php echo optionlist($engines, $row["Engine"]); ?></select>
<select name="Collation"><option value="">(<?php echo lang('collation'); ?>)</option><?php echo optionlist($collations, $row["Collation"]); ?></select>
<?php //! $row["Auto_increment"] ?>
<input type="submit" value="<?php echo lang('Save'); ?>" />
</p>
<table border="0" cellspacing="0" cellpadding="2">