mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
Comment
This commit is contained in:
@@ -231,7 +231,8 @@ function edit_fields($fields, $collations, $type = "TABLE", $allowed = 0, $forei
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
<td><?php echo "<input type='image' name='add[" . (support("move_col") ? 0 : count($fields)) . "]' src='../adminer/static/plus.gif' alt='+' title='" . lang('Add next') . "'>"; ?><script type="text/javascript">row_count = <?php echo count($fields); ?>;</script>
|
<td><?php echo "<input type='image' name='add[" . (support("move_col") ? 0 : count($fields)) . "]' src='../adminer/static/plus.gif' alt='+' title='" . lang('Add next') . "'>"; ?><script type="text/javascript">row_count = <?php echo count($fields); ?>;</script>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody onkeydown="return editingKeydown(event);"><?php // no newline for JavaScript
|
<tbody onkeydown="return editingKeydown(event);">
|
||||||
|
<?php
|
||||||
foreach ($fields as $i => $field) {
|
foreach ($fields as $i => $field) {
|
||||||
$i++;
|
$i++;
|
||||||
$orig = $field[($_POST ? "orig" : "field")];
|
$orig = $field[($_POST ? "orig" : "field")];
|
||||||
|
Reference in New Issue
Block a user