summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2007-05-08 22:09:06 +0000
committerSeth Mos <seth.mos@xs4all.nl>2007-05-08 22:09:06 +0000
commitd415d821536c6a8e3689fcb344690169b9eac374 (patch)
treec015c28b00acc6ba6457329066f1d9b014cd45be /usr/local/www/services_dnsmasq.php
parent0baa37c501e15aa104298c302fa43e45395edcab (diff)
downloadpfsense-d415d821536c6a8e3689fcb344690169b9eac374.zip
pfsense-d415d821536c6a8e3689fcb344690169b9eac374.tar.gz
Add a plus button on the top header of these pages.
This to make it easier on large configurations.
Diffstat (limited to 'usr/local/www/services_dnsmasq.php')
-rwxr-xr-xusr/local/www/services_dnsmasq.php30
1 files changed, 26 insertions, 4 deletions
diff --git a/usr/local/www/services_dnsmasq.php b/usr/local/www/services_dnsmasq.php
index 9c6ab8f..0a9e132 100755
--- a/usr/local/www/services_dnsmasq.php
+++ b/usr/local/www/services_dnsmasq.php
@@ -172,8 +172,15 @@ function enable_change(enable_over) {
<td width="25%" class="listhdrr">Domain</td>
<td width="20%" class="listhdrr">IP</td>
<td width="25%" class="listhdr">Description</td>
- <td width="10%" class="list"></td>
- </tr>
+ <td width="10%" class="list">
+ <table border="0" cellspacing="0" cellpadding="1">
+ <tr>
+ <td width="17"></td>
+ <td valign="middle"><a href="services_dnsmasq_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
<?php $i = 0; foreach ($a_hosts as $hostent): ?>
<tr>
<td class="listlr" ondblclick="document.location='services_dnsmasq_edit.php?id=<?=$i;?>';">
@@ -202,6 +209,7 @@ function enable_change(enable_over) {
<td class="list">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
+ <td width="17"></td>
<td valign="middle"><a href="services_dnsmasq_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
</tr>
</table>
@@ -221,7 +229,14 @@ function enable_change(enable_over) {
<td width="35%" class="listhdrr">Domain</td>
<td width="20%" class="listhdrr">IP</td>
<td width="35%" class="listhdr">Description</td>
- <td width="10%" class="list"></td>
+ <td width="10%" class="list">
+ <table border="0" cellspacing="0" cellpadding="1">
+ <tr>
+ <td width="17" heigth="17"></td>
+ <td><a href="services_dnsmasq_domainoverride_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
+ </tr>
+ </table>
+ </td>
</tr>
<?php $i = 0; foreach ($a_domainOverrides as $doment): ?>
<tr>
@@ -240,7 +255,14 @@ function enable_change(enable_over) {
<?php $i++; endforeach; ?>
<tr>
<td class="list" colspan="3"></td>
- <td class="list"> <a href="services_dnsmasq_domainoverride_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
+ <td class="list">
+ <table border="0" cellspacing="0" cellpadding="1">
+ <tr>
+ <td width="17" heigth="17"></td>
+ <td><a href="services_dnsmasq_domainoverride_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
+ </tr>
+ </table>
+ </td>
</tr>
</table>
</form>
OpenPOWER on IntegriCloud