Revision b9bbae04
Added by Jim Pingle over 14 years ago
usr/local/www/interfaces.php | ||
---|---|---|
1200 | 1200 |
} |
1201 | 1201 |
} |
1202 | 1202 |
?> |
1203 |
</select> |
|
1203 |
</select> -or- <a OnClick="show_add_gateway();" href="#"><?=gettext("add a new one."); ?></a>
|
|
1204 | 1204 |
<br/> |
1205 | 1205 |
<div id='addgwbox'> |
1206 |
<?=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>
|
|
1206 |
<?=gettext("If this interface is an Internet connection, select an existing Gateway from the list or add one using the link above"); ?>
|
|
1207 | 1207 |
</div> |
1208 | 1208 |
<div id='notebox'> |
1209 | 1209 |
</div> |
Also available in: Unified diff
Move the link to add a gateway up next to the drop-down box so it is more obvious.