Link new item

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@557 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-02-21 06:07:37 +00:00
parent a96dfd0620
commit f3679d7e7b

View file

@ -22,6 +22,7 @@ if ($result) {
echo '<a href="' . htmlspecialchars($SELF) . 'create=' . urlencode($_GET["table"]) . '">' . lang('Alter table') . '</a>';
echo ($auto_increment_only ? '' : ' <a href="' . htmlspecialchars($SELF) . 'default=' . urlencode($_GET["table"]) . '">' . lang('Default values') . '</a>');
echo ' <a href="' . htmlspecialchars($SELF) . 'select=' . urlencode($_GET["table"]) . '">' . lang('Select table') . '</a>';
echo ' <a href="' . htmlspecialchars($SELF) . 'edit=' . urlencode($_GET["table"]) . '">' . lang('New item') . '</a>';
echo "</p>\n";
echo "<h3>" . lang('Indexes') . "</h3>\n";