diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-08-23 22:55:48 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-08-23 22:55:48 +0000 |
commit | 7099acf8d247dae2d2151c89f24a0a334cf37fb7 (patch) | |
tree | 24f6062541f1d6965702c4630c3fe8dd90ecd643 | |
parent | b973b99a7ba397508424d24838318a0d0e70384a (diff) | |
download | pfsense-7099acf8d247dae2d2151c89f24a0a334cf37fb7.zip pfsense-7099acf8d247dae2d2151c89f24a0a334cf37fb7.tar.gz |
Rename button to -, we already show "- Show Phase 2" behind it.
-rwxr-xr-x | usr/local/www/vpn_ipsec.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php index 5a69da4..a0d3c6c 100755 --- a/usr/local/www/vpn_ipsec.php +++ b/usr/local/www/vpn_ipsec.php @@ -282,7 +282,7 @@ include("head.inc"); <tr> <td nowrap class="listrborder" colspan="5"> <div id="shph2but-<?=$i?>"> - <input type="button" onClick="show_phase2('tdph2-<?=$i?>','shph2but-<?=$i?>')" value="Phase2"></input> - Show Phase 2</a> + <input type="button" onClick="show_phase2('tdph2-<?=$i?>','shph2but-<?=$i?>')" value="-"></input> - Show Phase 2</a> </div> <table class="tabcont" width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" id="tdph2-<?=$i?>" style="display:none"> <tr> |