summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-04-04 01:36:00 +0000
committerBill Marquette <billm@pfsense.org>2005-04-04 01:36:00 +0000
commita339c26a9803db2a6da515590072cf13f6fa03ab (patch)
treebdce21a9f76728f7d5518619694a7318682f680a /usr/local/www/pkg.php
parent2d4a7bb177ac0fdcda11dc1878afd5f0b5e7be1c (diff)
downloadpfsense-a339c26a9803db2a6da515590072cf13f6fa03ab.zip
pfsense-a339c26a9803db2a6da515590072cf13f6fa03ab.tar.gz
icon placement
Diffstat (limited to 'usr/local/www/pkg.php')
-rwxr-xr-xusr/local/www/pkg.php19
1 files changed, 16 insertions, 3 deletions
diff --git a/usr/local/www/pkg.php b/usr/local/www/pkg.php
index 3d26bd8..ee52916 100755
--- a/usr/local/www/pkg.php
+++ b/usr/local/www/pkg.php
@@ -197,15 +197,28 @@ if ($pkg['tabs'] <> "") {
}
?>
<td valign="middle" class="list" nowrap>
- &nbsp;<a href="pkg_edit.php?xml=<?=$xml?>&act=edit&id=<?=$i;?>"><img src="e.gif" width="17" height="17" border="0"></a>
- &nbsp;<a href="pkg.php?xml=<?=$xml?>&act=del&id=<?=$i;?>" onclick="return confirm('Do you really want to delete this item?')"><img src="x.gif" width="17" height="17" border="0"></a>
+ <table border="0" cellspacing="0" cellpadding="1">
+ <tr>
+ <td valign="middle"><a href="pkg_edit.php?xml=<?=$xml?>&act=edit&id=<?=$i;?>"><img src="e.gif" width="17" height="17" border="0"></a></td>
+ <td valign="middle"><a href="pkg.php?xml=<?=$xml?>&act=del&id=<?=$i;?>" onclick="return confirm('Do you really want to delete this item?')"><img src="x.gif" width="17" height="17" border="0"></a></td>
+ </tr>
+ </table>
</td>
<?php
echo "</tr>\n";
$i++;
}
?>
- <tr><td colspan="<?=$cols?>"></td><td><a href="pkg_edit.php?xml=<?=$xml?>"><img src="plus.gif" width="17" height="17" border="0"></a></td></tr>
+ <tr>
+ <td colspan="<?=$cols?>"></td>
+ <td>
+ <table border="0" cellspacing="0" cellpadding="1">
+ <tr>
+ <td valign="middle"><a href="pkg_edit.php?xml=<?=$xml?>"><img src="plus.gif" width="17" height="17" border="0"></a></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
</table>
</td>
</tr>
OpenPOWER on IntegriCloud