summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-04-04 00:45:37 +0000
committerBill Marquette <billm@pfsense.org>2005-04-04 00:45:37 +0000
commitebe566eb979a40fd91e006dcd523edbedfa474a2 (patch)
treed7d02797b82c7313e2693763242cd5d2f6a7e0b0 /usr/local/www/services_dnsmasq.php
parent963d5343ba78c339d8e3a64209255d39880b7725 (diff)
downloadpfsense-ebe566eb979a40fd91e006dcd523edbedfa474a2.zip
pfsense-ebe566eb979a40fd91e006dcd523edbedfa474a2.tar.gz
Cleanup icon placement to be more like rules screen
Diffstat (limited to 'usr/local/www/services_dnsmasq.php')
-rwxr-xr-xusr/local/www/services_dnsmasq.php22
1 files changed, 16 insertions, 6 deletions
diff --git a/usr/local/www/services_dnsmasq.php b/usr/local/www/services_dnsmasq.php
index 52cef78..cc71dd1 100755
--- a/usr/local/www/services_dnsmasq.php
+++ b/usr/local/www/services_dnsmasq.php
@@ -154,14 +154,24 @@ if ($_GET['act'] == "del") {
<td class="listbg">
<font color="#FFFFFF"><?=htmlspecialchars($hostent['descr']);?>&nbsp;
</td>
- <td valign="middle" nowrap class="list"> <a href="services_dnsmasq_edit.php?id=<?=$i;?>"><img src="e.gif" width="17" height="17" border="0"></a>
- &nbsp;<a href="services_dnsmasq.php?act=del&id=<?=$i;?>" onclick="return confirm('Do you really want to delete this host?')"><img src="x.gif" width="17" height="17" border="0"></a></td>
- </tr>
- <?php $i++; endforeach; ?>
+ <td valign="middle" nowrap class="list">
+ <table border="0" cellspacing="0" cellpadding="1">
+ <tr>
+ <td valign="middle"><a href="services_dnsmasq_edit.php?id=<?=$i;?>"><img src="e.gif" width="17" height="17" border="0"></a></td>
+ <td><a href="services_dnsmasq.php?act=del&id=<?=$i;?>" onclick="return confirm('Do you really want to delete this host?')"><img src="x.gif" width="17" height="17" border="0"></a></td>
+ </tr>
+ </table>
+ </tr>
+ <?php $i++; endforeach; ?>
<tr>
<td class="list" colspan="4"></td>
- <td class="list"> <a href="services_dnsmasq_edit.php"><img src="plus.gif" width="17" height="17" border="0"></a></td>
- </tr>
+ <td class="list">
+ <table border="0" cellspacing="0" cellpadding="1">
+ <tr>
+ <td valign="middle"><a href="services_dnsmasq_edit.php"><img src="plus.gif" width="17" height="17" border="0"></a></td>
+ </tr>
+ </table>
+ </tr>
</table>
</form>
<?php include("fend.inc"); ?>
OpenPOWER on IntegriCloud