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