Revision 2a6cb2d6
Added by Scott Ullrich almost 17 years ago
usr/local/www/firewall_nat_edit.php | ||
---|---|---|
284 | 284 |
<?php if ($input_errors) print_input_errors($input_errors); ?> |
285 | 285 |
<form action="firewall_nat_edit.php" method="post" name="iform" id="iform"> |
286 | 286 |
<table width="100%" border="0" cellpadding="6" cellspacing="0"> |
287 |
<tr> |
|
287 |
<tr> |
|
288 |
<td colspan="2" valign="top" class="listtopic">Edit NAT entry</td> |
|
289 |
</tr> |
|
290 |
<tr> |
|
288 | 291 |
<td width="22%" valign="top" class="vncellreq">Interface</td> |
289 | 292 |
<td width="78%" class="vtable"> |
290 | 293 |
<select name="interface" class="formselect"> |
Also available in: Unified diff
Add CSS header like most pages already have