mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 11:04:02 +02:00
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:
@@ -60,7 +60,9 @@ if (!$table_status) {
|
|||||||
}
|
}
|
||||||
echo "<td>" . nbsp($row["Comment"]);
|
echo "<td>" . nbsp($row["Comment"]);
|
||||||
} else {
|
} 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> ';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo "</table>\n";
|
echo "</table>\n";
|
||||||
|
Reference in New Issue
Block a user