mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #601 from CharlieMarshall/master
Tidy up services_wol.php
This commit is contained in:
commit
2c43da1f9a
@ -173,13 +173,13 @@ include("head.inc");
|
||||
<?php $i = 0; foreach ($a_wol as $wolent): ?>
|
||||
<tr>
|
||||
<td class="listlr" ondblclick="document.location='services_wol_edit.php?id=<?=$i;?>';">
|
||||
<?=convert_friendly_interface_to_friendly_descr($wolent['interface']);?>
|
||||
<?=convert_friendly_interface_to_friendly_descr($wolent['interface']);?>
|
||||
</td>
|
||||
<td class="listr" ondblclick="document.location='services_wol_edit.php?id=<?=$i;?>';">
|
||||
<a href="?mac=<?=$wolent['mac'];?>&if=<?=$wolent['interface'];?>"><?=strtolower($wolent['mac']);?></a>
|
||||
<a href="?mac=<?=$wolent['mac'];?>&if=<?=$wolent['interface'];?>"><?=strtolower($wolent['mac']);?></a>
|
||||
</td>
|
||||
<td class="listbg" ondblclick="document.location='services_wol_edit.php?id=<?=$i;?>';">
|
||||
<?=htmlspecialchars($wolent['descr']);?>
|
||||
<?=htmlspecialchars($wolent['descr']);?>
|
||||
</td>
|
||||
<td valign="middle" nowrap class="list">
|
||||
<table border="0" cellspacing="0" cellpadding="1">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user