Revision fd22be34
Added by Ermal Luçi over 15 years ago
usr/local/www/interfaces_vlan.php | ||
---|---|---|
110 | 110 |
<td width="10%" class="list"></td> |
111 | 111 |
</tr> |
112 | 112 |
<?php $i = 0; foreach ($a_vlans as $vlan): ?> |
113 |
<tr> |
|
113 |
<tr ondblclick="document.location='interfaces_vlan_edit.php?id=<?=$i;?>'">
|
|
114 | 114 |
<td class="listlr"> |
115 | 115 |
<?=htmlspecialchars($vlan['if']);?> |
116 | 116 |
</td> |
Also available in: Unified diff
Ticket #367. On double click go to the repective edit page.