mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 02:54:28 +02:00
Don't wrap selected lines
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@463 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -238,7 +238,7 @@ for (var i=0; <?php echo $i; ?> > i; i++) {
|
||||
echo "</tr></thead>\n";
|
||||
}
|
||||
$unique_idf = implode('&', unique_idf($row, $indexes));
|
||||
echo '<tr>' . (count($select) == count($group) ? '<td><input type="checkbox" name="delete[]" value="' . $unique_idf . '" /> <a href="' . htmlspecialchars($SELF) . 'edit=' . urlencode($_GET['select']) . '&' . $unique_idf . '">' . lang('edit') . '</a></td>' : '');
|
||||
echo '<tr style="white-space: nowrap;">' . (count($select) == count($group) ? '<td><input type="checkbox" name="delete[]" value="' . $unique_idf . '" /> <a href="' . htmlspecialchars($SELF) . 'edit=' . urlencode($_GET['select']) . '&' . $unique_idf . '">' . lang('edit') . '</a></td>' : '');
|
||||
foreach ($row as $key => $val) {
|
||||
if (!isset($val)) {
|
||||
$val = "<i>NULL</i>";
|
||||
|
Reference in New Issue
Block a user