summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-28 00:08:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-28 00:08:47 +0000
commitf881baa3ebf123666806c0db750639c0dea27020 (patch)
treec620a34c06cda67944e4ee9ecc1bb20b732bb586
parent2805acbd90276450ca61accc310c1078c96043bf (diff)
downloadpfsense-f881baa3ebf123666806c0db750639c0dea27020.zip
pfsense-f881baa3ebf123666806c0db750639c0dea27020.tar.gz
string -> strong
-rwxr-xr-xusr/local/www/interfaces_wlan.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/local/www/interfaces_wlan.inc b/usr/local/www/interfaces_wlan.inc
index 76b0df5..c587161 100755
--- a/usr/local/www/interfaces_wlan.inc
+++ b/usr/local/www/interfaces_wlan.inc
@@ -138,6 +138,17 @@ function wireless_config_post() {
function wireless_config_print() {
global $optcfg, $pconfig, $wlchannels, $g;
?>
+
+<script language="JavaScript">
+ function openwindow(url) {
+ var oWin = window.open(url,"pfSensePop","width=620,height=400,top=150,left=150");
+ if (oWin==null || typeof(oWin)=="undefined") {
+ return false;
+ } else {
+ return true;
+ }
+ }
+</script>
<tr>
<td colspan="2" valign="top" height="16"></td>
</tr>
OpenPOWER on IntegriCloud