Project

General

Profile

« Previous | Next » 

Revision 72745233

Added by Jim Pingle almost 12 years ago

Fix double-click to edit on OpenVPN CSC entries

View differences:

usr/local/www/vpn_openvpn_csc.php
683 683
						if (isset($csc['disable']))
684 684
							$disabled = "YES";
685 685
				?>
686
				<tr>
686
				<tr ondblclick="document.location='vpn_openvpn_csc.php?act=edit&id=<?=$i;?>'">
687 687
					<td class="listlr">
688 688
						<?=$disabled;?>
689 689
					</td>

Also available in: Unified diff