Revision 298d49f6
Added by Marcus Brown almost 15 years ago
usr/local/www/interfaces_ppps_edit.php | ||
---|---|---|
594 | 594 |
<td width="22%" valign="top" class="vncell"><?= gettext("Service name"); ?></td> |
595 | 595 |
<td width="78%" class="vtable"><input name="provider" type="text" class="formfld unknown" id="provider" size="20" value="<?=htmlspecialchars($pconfig['provider']);?>"> |
596 | 596 |
<input type="checkbox" value="on" id="null_service" name="null_service" <?php if (isset($pconfig['null_service'])) echo "checked"; ?>> <?= gettext("Configure a NULL Service name"); ?> |
597 |
<br/> <span class="vexpl"><?= gettext("Hint: this field can usually be left empty. If empty Service name will not be configured. Check the \"Configure NULL\" box to configure a blank Service name."); ?></span>
|
|
597 |
<br/> <span class="vexpl"><?= gettext("Hint: this field can usually be left empty. Service name will not be configured if this field is empty. Check the \"Configure NULL\" box to configure a blank Service name."); ?></span>
|
|
598 | 598 |
</td> |
599 | 599 |
</tr> |
600 | 600 |
<tr style="display:none" id="advanced_<?=$k;?>" name="advanced_<?=$k;$k++;?>"> |
Also available in: Unified diff
Make the note more coherent.