Revision 8707707e
Added by Jim Pingle over 12 years ago
usr/local/www/services_dhcpv6.php | ||
---|---|---|
598 | 598 |
<td width="78%" class="vtable"> |
599 | 599 |
<input name="prefixrange_from" type="text" class="formfld unknown" id="prefixrange_from" size="28" value="<?=htmlspecialchars($pconfig['prefixrange_from']);?>"> |
600 | 600 |
<?=gettext("to"); ?> <input name="prefixrange_to" type="text" class="formfld unknown" id="prefixrange_to" size="28" value="<?=htmlspecialchars($pconfig['prefixrange_to']);?>"> |
601 |
<?=gettext("prefix delegation size"); ?> <select name="prefixrange_length" class="formselect" id="prefixrange_length">
|
|
601 |
<br/><?=gettext("Prefix Delegation Size"); ?>: <select name="prefixrange_length" class="formselect" id="prefixrange_length">
|
|
602 | 602 |
<option value="48" <?php if($pconfig['prefixrange_length'] == 48) echo "selected"; ?>>48</option> |
603 | 603 |
<option value="52" <?php if($pconfig['prefixrange_length'] == 52) echo "selected"; ?>>52</option> |
604 | 604 |
<option value="56" <?php if($pconfig['prefixrange_length'] == 56) echo "selected"; ?>>56</option> |
Also available in: Unified diff
Add a line break to move this text to the next line. It was stuck after another field and easy to miss.