mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add some padding before the save commands
This commit is contained in:
parent
032bf78c76
commit
1e087e645d
@ -1117,8 +1117,11 @@ seconds<br>If no qualifying outgoing packets are transmitted for the specified n
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100" valign="top"></td>
|
||||
<td> <input name="Submit" type="submit" class="formbtn" value="Save"></td>
|
||||
<td width="100" valign="top"></td>
|
||||
<td>
|
||||
<br/>
|
||||
<input name="Submit" type="submit" class="formbtn" value="Save">
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
/* Wireless interface? */
|
||||
@ -1424,6 +1427,7 @@ roxy" value="yes" <?php if ($pconfig['disableftpproxy']) echo "checked"; ?> />
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<br/>
|
||||
<input name="Submit" type="submit" class="formbtn" value="Save">
|
||||
<input name="if" type="hidden" id="if" value="<?=$if;?>">
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user