Revision 05c90549
Added by Seth Mos about 18 years ago
usr/local/www/services_wol.php | ||
---|---|---|
146 | 146 |
<td width="15%" class="listhdrr">Interface</td> |
147 | 147 |
<td width="25%" class="listhdrr">MAC address</td> |
148 | 148 |
<td width="50%" class="listhdr">Description</td> |
149 |
<td width="10%" class="list"></td> |
|
150 |
</tr> |
|
149 |
<td width="10%" class="list"> |
|
150 |
<table border="0" cellspacing="0" cellpadding="1"> |
|
151 |
<tr> |
|
152 |
<td valign="middle" width="17"></td> |
|
153 |
<td valign="middle"><a href="services_wol_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td> |
|
154 |
</tr> |
|
155 |
</table> |
|
156 |
</td> |
|
157 |
</tr> |
|
151 | 158 |
<?php $i = 0; foreach ($a_wol as $wolent): ?> |
152 | 159 |
<tr> |
153 | 160 |
<td class="listlr" ondblclick="document.location='services_wol_edit.php?id=<?=$i;?>';"> |
... | ... | |
178 | 185 |
<td class="list"> |
179 | 186 |
<table border="0" cellspacing="0" cellpadding="1"> |
180 | 187 |
<tr> |
181 |
<td valign="middle"> |
|
182 |
<a href="services_wol_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a> |
|
183 |
|
|
184 |
</td> |
|
185 |
|
|
188 |
<td valign="middle" width="17"></td> |
|
189 |
<td valign="middle"><a href="services_wol_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td> |
|
186 | 190 |
</tr> |
187 | 191 |
</table> |
188 | 192 |
</td> |
Also available in: Unified diff
Add a plus button on the top header of these pages.
This to make it easier on large configurations.