Revision 6d3fd938
Added by Seth Mos over 14 years ago
usr/local/www/interfaces.php | ||
---|---|---|
1293 | 1293 |
</td> |
1294 | 1294 |
</tr> |
1295 | 1295 |
<tr> |
1296 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("Gateway"); ?></td>
|
|
1296 |
<td width="22%" valign="top" class="vncell"><?=gettext("Gateway"); ?></td> |
|
1297 | 1297 |
<td width="78%" class="vtable"> |
1298 | 1298 |
<select name="gateway" class="formselect" id="gateway"> |
1299 | 1299 |
<option value="none" selected><?=gettext("None"); ?></option> |
... | ... | |
1311 | 1311 |
} |
1312 | 1312 |
?> |
1313 | 1313 |
</select> |
1314 |
- or <strong><a OnClick="show_add_gateway();" href="#"><?=gettext("add a new one."); ?></a></strong> |
|
1314 | 1315 |
<br/> |
1315 | 1316 |
<div id='addgwbox'> |
1316 |
<?=gettext("If this interface is an Internet connection, select an existing Gateway from the list or"); ?> <a OnClick="show_add_gateway();" href="#"><?=gettext("add a new one."); ?></a>
|
|
1317 |
<?=gettext("If this interface is an Internet connection, select an existing Gateway from the list or add one using the link above"); ?>
|
|
1317 | 1318 |
</div> |
1318 | 1319 |
<div id='notebox'> |
1319 | 1320 |
</div> |
... | ... | |
1398 | 1399 |
</td> |
1399 | 1400 |
</tr> |
1400 | 1401 |
<tr> |
1401 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("Gateway IPv6"); ?></td>
|
|
1402 |
<td width="22%" valign="top" class="vncell"><?=gettext("Gateway IPv6"); ?></td> |
|
1402 | 1403 |
<td width="78%" class="vtable"> |
1403 | 1404 |
<select name="gatewayv6" class="formselect" id="gatewayv6"> |
1404 | 1405 |
<option value="none" selected><?=gettext("None"); ?></option> |
... | ... | |
1416 | 1417 |
} |
1417 | 1418 |
?> |
1418 | 1419 |
</select> |
1420 |
- or <strong><a OnClick="show_add_gateway_v6();" href="#"><?=gettext("add a new one."); ?></a></strong> |
|
1419 | 1421 |
<br/> |
1420 | 1422 |
<div id='addgwboxv6'> |
1421 |
<?=gettext("If this interface is an Internet connection, select an existing Gateway from the list or"); ?> <a OnClick="show_add_gateway_v6();" href="#"><?=gettext("add a new one."); ?></a>
|
|
1423 |
<?=gettext("If this interface is an Internet connection, select an existing Gateway from the list or add a new one using the link above"); ?>
|
|
1422 | 1424 |
</div> |
1423 | 1425 |
<div id='noteboxv6'> |
1424 | 1426 |
</div> |
Also available in: Unified diff
Change the wording and the link placement for adding a new gateway