Revision 503f3c65
Added by Jim Pingle over 14 years ago
usr/local/www/interfaces_gre.php | ||
---|---|---|
110 | 110 |
<td width="10%" class="list"></td> |
111 | 111 |
</tr> |
112 | 112 |
<?php $i = 0; foreach ($a_gres as $gre): ?> |
113 |
<tr ondblclick="document.location='interfaces_vlan_gre.php?id=<?=$i;?>'">
|
|
113 |
<tr ondblclick="document.location='interfaces_gre_edit.php?id=<?=$i;?>'">
|
|
114 | 114 |
<td class="listlr"> |
115 | 115 |
<?=htmlspecialchars(convert_friendly_interface_to_friendly_descr($gre['if']));?> |
116 | 116 |
</td> |
Also available in: Unified diff
Fix double click editing of GRE interfaces