mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 03:53:59 +02:00
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:
@@ -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";
|
||||
|
Reference in New Issue
Block a user