Use caption instead of tr/th for table caption

This commit is contained in:
Michal Čihař
2011-02-02 16:40:48 +01:00
parent c7c774f7b8
commit 38b4d8fd18

View File

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