fixed display issues
This commit is contained in:
@@ -8,6 +8,7 @@ $Source$
|
||||
2005-11-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* server_databases.php, mysql_charsets-lib.php:
|
||||
bug #1351743 undefined function: pma_getservercollation()
|
||||
* db_details_structure.php: fixed display issues
|
||||
|
||||
2005-11-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* Documentation.html, browse_foreigners.php, error.php,
|
||||
|
@@ -391,12 +391,13 @@ if ($cfg['ShowStats']) {
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="clearfloat"> </div>
|
||||
|
||||
<div class="clearfloat">
|
||||
<?php
|
||||
// Check all tables url
|
||||
$checkall_url = 'db_details_structure.php?' . PMA_generate_common_url($db);
|
||||
?>
|
||||
<img src="<?php echo $pmaThemeImage .'arrow_'.$text_dir.'.png'; ?>"
|
||||
<img class="selectallarrow" src="<?php echo $pmaThemeImage .'arrow_'.$text_dir.'.png'; ?>"
|
||||
width="38" height="22" alt="<?php echo $strWithChecked; ?>" />
|
||||
<a href="<?php echo $checkall_url; ?>&checkall=1"
|
||||
onclick="setCheckboxes('tablesForm', true); return false;">
|
||||
@@ -443,6 +444,7 @@ echo ' <option value="' . $strAnalyzeTable . '" >'
|
||||
<input type="submit" value="<?php echo $strGo; ?>" />
|
||||
</noscript>
|
||||
<?php echo implode( "\n", $hidden_fields ) . "\n"; ?>
|
||||
</div>
|
||||
</form>
|
||||
<hr />
|
||||
|
||||
|
Reference in New Issue
Block a user