mirror of
https://github.com/vrana/adminer.git
synced 2026-02-04 05:40:00 +01:00
Separate action links by | for more clarity
This commit is contained in:
@@ -192,6 +192,9 @@ class Adminer {
|
||||
}
|
||||
$name = $tableStatus["Name"];
|
||||
foreach ($links as $key => $val) {
|
||||
if ($key !== array_key_first($links)) {
|
||||
echo "|";
|
||||
}
|
||||
echo " <a href='" . h(ME) . "$key=" . urlencode($name) . ($key == "edit" ? $set : "") . "'" . bold(isset($_GET[$key])) . ">$val</a>";
|
||||
}
|
||||
echo doc_link(array($jush => $driver->tableHelp($name)), "?");
|
||||
|
||||
Reference in New Issue
Block a user