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