Revision ab731f54
Added by Ermal LUÇI about 14 years ago
usr/local/www/services_captiveportal_ip_edit.php | ||
---|---|---|
158 | 158 |
<?php if ($input_errors) print_input_errors($input_errors); ?> |
159 | 159 |
<form action="services_captiveportal_ip_edit.php" method="post" name="iform" id="iform"> |
160 | 160 |
<table width="100%" border="0" cellpadding="6" cellspacing="0"> |
161 |
<tr> |
|
162 |
<td colspan="2" valign="top" class="listtopic"><?=gettext("Edit allowed ip rule");?></td> |
|
163 |
</tr> |
|
161 | 164 |
<tr> |
162 | 165 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("Direction"); ?></td> |
163 | 166 |
<td width="78%" class="vtable"> |
usr/local/www/services_captiveportal_mac_edit.php | ||
---|---|---|
153 | 153 |
<?php if ($input_errors) print_input_errors($input_errors); ?> |
154 | 154 |
<form action="services_captiveportal_mac_edit.php" method="post" name="iform" id="iform"> |
155 | 155 |
<table width="100%" border="0" cellpadding="6" cellspacing="0"> |
156 |
<tr> |
|
157 |
<td colspan="2" valign="top" class="listtopic"><?=gettext("Edit Pass-through MAC address");?></td> |
|
158 |
</tr> |
|
156 | 159 |
<tr> |
157 | 160 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("MAC address"); ?></td> |
158 | 161 |
<td width="78%" class="vtable"> |
Also available in: Unified diff
Bring more consistent style to CP edit mac and ip passthrough pages.