Link alter view

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1187 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-10-13 19:32:49 +00:00
parent ea6f72e003
commit 54380878ca

View file

@ -60,7 +60,9 @@ if (!$table_status) {
}
echo "<td>" . nbsp($row["Comment"]);
} else {
echo '<td colspan="8"><a href="' . h(ME) . "select=" . urlencode($name) . '">' . lang('View') . '</a>';
echo '<td colspan="6"><a href="' . h(ME) . "view=" . urlencode($name) . '">' . lang('View') . '</a>';
echo '<td align="right"><a href="' . h(ME) . "select=" . urlencode($name) . '">?</a>';
echo '<td>&nbsp;';
}
}
echo "</table>\n";