mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
use alert(''); for alerting that the webGUI will take effect on save
This commit is contained in:
parent
81023e025e
commit
d306d35b60
@ -241,7 +241,7 @@ 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="'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" onchange="alert('webGUI port changes will take effect immediately after clicking save');" 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user