Make white space consistent between save button and bottom of table

This commit is contained in:
Scott Ullrich 2008-10-25 07:33:44 +00:00
parent 0dd69fb20a
commit 306f082ae0
3 changed files with 9 additions and 0 deletions

View File

@ -378,6 +378,9 @@ include("head.inc");
</strong>
</td>
</tr>
<tr>
<td colspan="2" class="list" height="12">&nbsp;</td>
</tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">

View File

@ -352,6 +352,9 @@ function prot_change() {
<span class="vexpl">Changes to this option will take effect after a reboot.</span>
</td>
</tr>
<tr>
<td colspan="2" class="list" height="12">&nbsp;</td>
</tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%"><input name="Submit" type="submit" class="formbtn" value="Save" /></td>

View File

@ -210,6 +210,9 @@ function enable_change(enable_over) {
This option will suppress ARP messages when interfaces share the same physical network</strong>
</td>
</tr>
<tr>
<td colspan="2" class="list" height="12">&nbsp;</td>
</tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%"><input name="Submit" type="submit" class="formbtn" value="Save" /></td>