* tbl_change.php3: display the submit button every 15 lines:
may be useful for tables with 200 fields... * db_details_structure.php3: fixed a wrong link: [Properties] was opening the tbl_properties.php3 instead of tbl_properties_structure.php3
This commit is contained in:
@@ -111,7 +111,7 @@ else if (PMA_MYSQL_INT_VERSION >= 32303) {
|
||||
<?php echo $strInsert; ?></a>
|
||||
</td>
|
||||
<td bgcolor="<?php echo $bgcolor; ?>">
|
||||
<a href="tbl_properties.php3?<?php echo $tbl_url_query; ?>">
|
||||
<a href="tbl_properties_structure.php3?<?php echo $tbl_url_query; ?>">
|
||||
<?php echo $strProperties; ?></a>
|
||||
</td>
|
||||
<td bgcolor="<?php echo $bgcolor; ?>">
|
||||
|
Reference in New Issue
Block a user