mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add save button for ftp proxy item
This commit is contained in:
parent
a0a7a8a776
commit
75236e7df7
@ -162,9 +162,14 @@ function enable_change(enable_over) {
|
||||
<strong class="vexpl">Disable the userland FTP-Proxy application</strong><br>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="list" height="12"></td>
|
||||
<td width="22%" valign="top"> </td>
|
||||
<td width="78%">
|
||||
<input name="Submit" type="submit" class="formbtn" value="Save" onclick="enable_change(true)">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="list" height="12"></td>
|
||||
</tr> <tr>
|
||||
<td colspan="2" valign="top" class="listtopic">Disable Firewalling</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -179,6 +184,7 @@ function enable_change(enable_over) {
|
||||
<td width="78%">
|
||||
<input name="Submit" type="submit" class="formbtn" value="Save" onclick="enable_change(true)">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="list" height="12"></td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user