Use caption instead of tr/th for table caption
This commit is contained in:
@@ -1111,9 +1111,7 @@ if (isset($_REQUEST['synchronize_db'])) {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<table id="serverconnection_<?php echo $type; ?>_remote" class="data">
|
<table id="serverconnection_<?php echo $type; ?>_remote" class="data">
|
||||||
<tr>
|
<caption class="tblHeaders"><?php echo $database_header; ?></caption>
|
||||||
<th colspan="2"><?php echo $database_header; ?></th>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
<tr class="odd">
|
||||||
<td colspan="2" style="text-align: center">
|
<td colspan="2" style="text-align: center">
|
||||||
<select name="<?php echo $type; ?>_type" id="<?php echo $type; ?>_type" class="server_selector">
|
<select name="<?php echo $type; ?>_type" id="<?php echo $type; ?>_type" class="server_selector">
|
||||||
|
Reference in New Issue
Block a user