mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
move icons to the middle of the cell
This commit is contained in:
parent
33a56b2786
commit
dbbd36846f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user