summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-04-04 17:31:38 +0000
committerColin Smith <colin@pfsense.org>2005-04-04 17:31:38 +0000
commit63c2f16935673b0489bb537f14f668fea354a6fb (patch)
tree12a40e6552334ed607e63a4343e133efbdedcacc
parentd306d35b6005128e88472db6dce297c5fc3bdede (diff)
downloadpfsense-63c2f16935673b0489bb537f14f668fea354a6fb.zip
pfsense-63c2f16935673b0489bb537f14f668fea354a6fb.tar.gz
Move popup alert to notes field. Could these be completely removed? The webGUI should automagically redirect them now.
-rwxr-xr-xusr/local/www/system.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 2f8c31d..59e7b1d 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -241,11 +241,11 @@ if ($_POST) {
</tr>
<tr>
<td valign="top" class="vncell">webGUI port</td>
- <td class="vtable"> <input name="webguiport" type="text" class="formfld" id="webguiport" onchange="alert('webGUI port changes will take effect immediately after clicking save');" size="5" value="<?=htmlspecialchars($pconfig['webguiport']);?>">
+ <td class="vtable"> <input name="webguiport" type="text" class="formfld" id="webguiport" "size="5" value="<?=htmlspecialchars($pconfig['webguiport']);?>">
<br>
<span class="vexpl">Enter a custom port number for the webGUI
above if you want to override the default (80 for HTTP, 443
- for HTTPS).</span></td>
+ for HTTPS). Changes will take effect immediately after save.</span></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell">Time zone</td>
OpenPOWER on IntegriCloud