Revision 05c90549
Added by Seth Mos over 18 years ago
usr/local/www/services_dnsmasq.php | ||
---|---|---|
172 | 172 |
<td width="25%" class="listhdrr">Domain</td> |
173 | 173 |
<td width="20%" class="listhdrr">IP</td> |
174 | 174 |
<td width="25%" class="listhdr">Description</td> |
175 |
<td width="10%" class="list"></td> |
|
176 |
</tr> |
|
175 |
<td width="10%" class="list"> |
|
176 |
<table border="0" cellspacing="0" cellpadding="1"> |
|
177 |
<tr> |
|
178 |
<td width="17"></td> |
|
179 |
<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> |
|
180 |
</tr> |
|
181 |
</table> |
|
182 |
</td> |
|
183 |
</tr> |
|
177 | 184 |
<?php $i = 0; foreach ($a_hosts as $hostent): ?> |
178 | 185 |
<tr> |
179 | 186 |
<td class="listlr" ondblclick="document.location='services_dnsmasq_edit.php?id=<?=$i;?>';"> |
... | ... | |
202 | 209 |
<td class="list"> |
203 | 210 |
<table border="0" cellspacing="0" cellpadding="1"> |
204 | 211 |
<tr> |
212 |
<td width="17"></td> |
|
205 | 213 |
<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> |
206 | 214 |
</tr> |
207 | 215 |
</table> |
... | ... | |
221 | 229 |
<td width="35%" class="listhdrr">Domain</td> |
222 | 230 |
<td width="20%" class="listhdrr">IP</td> |
223 | 231 |
<td width="35%" class="listhdr">Description</td> |
224 |
<td width="10%" class="list"></td> |
|
232 |
<td width="10%" class="list"> |
|
233 |
<table border="0" cellspacing="0" cellpadding="1"> |
|
234 |
<tr> |
|
235 |
<td width="17" heigth="17"></td> |
|
236 |
<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> |
|
237 |
</tr> |
|
238 |
</table> |
|
239 |
</td> |
|
225 | 240 |
</tr> |
226 | 241 |
<?php $i = 0; foreach ($a_domainOverrides as $doment): ?> |
227 | 242 |
<tr> |
... | ... | |
240 | 255 |
<?php $i++; endforeach; ?> |
241 | 256 |
<tr> |
242 | 257 |
<td class="list" colspan="3"></td> |
243 |
<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> |
|
258 |
<td class="list"> |
|
259 |
<table border="0" cellspacing="0" cellpadding="1"> |
|
260 |
<tr> |
|
261 |
<td width="17" heigth="17"></td> |
|
262 |
<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> |
|
263 |
</tr> |
|
264 |
</table> |
|
265 |
</td> |
|
244 | 266 |
</tr> |
245 | 267 |
</table> |
246 | 268 |
</form> |
Also available in: Unified diff
Add a plus button on the top header of these pages.
This to make it easier on large configurations.