fixed display issues

This commit is contained in:
Sebastian Mendel
2005-11-09 09:33:52 +00:00
parent c2413163c0
commit 714c4c76d4
2 changed files with 29 additions and 26 deletions

View File

@@ -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,

View File

@@ -391,12 +391,13 @@ if ($cfg['ShowStats']) {
</tr>
</tbody>
</table>
<div class="clearfloat">&nbsp;</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; ?>&amp;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 />