move icons to the middle of the cell

This commit is contained in:
Holger Bauer 2005-06-02 04:46:04 +00:00
parent 33a56b2786
commit dbbd36846f

View File

@ -82,7 +82,7 @@ $versions = check_firmware_version();
?>
<tr valign="top">
<td class="listlr" nowrap><img src="<?=$img;?>" width="11" height="11" align="absmiddle"></td>
<td class="listlr" nowrap align="middle"><img src="<?=$img;?>" width="11" height="11" align="absmiddle"></td>
<td class="listlr"><?= ucfirst($key) ?></td>
<td class="listlr"><?= $currentver ?></td>
<?php