summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_ppps_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-22 13:03:48 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-22 13:03:48 -0600
commit68ce5a28f8486984803dd73e5332fad496c9f373 (patch)
treed965e9b26191c42e5e9f3fa0ca91685805aaa4d6 /usr/local/www/interfaces_ppps_edit.php
parent02a2bffaec37b3147bcc4866365c4934b67de58a (diff)
downloadpfsense-68ce5a28f8486984803dd73e5332fad496c9f373.zip
pfsense-68ce5a28f8486984803dd73e5332fad496c9f373.tar.gz
phone number is a required field
Diffstat (limited to 'usr/local/www/interfaces_ppps_edit.php')
-rw-r--r--usr/local/www/interfaces_ppps_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_ppps_edit.php b/usr/local/www/interfaces_ppps_edit.php
index 018c8cf..3847416 100644
--- a/usr/local/www/interfaces_ppps_edit.php
+++ b/usr/local/www/interfaces_ppps_edit.php
@@ -533,7 +533,7 @@ $types = array("select" => gettext("Select"), "ppp" => "PPP", "pppoe" => "PPPoE"
</tr>
<tr style="display:none" name="phone_num" id="phone_num">
- <td width="22%" valign="top" class="vncell"><?= gettext("Phone Number"); ?></td>
+ <td width="22%" valign="top" class="vncellreq"><?= gettext("Phone Number"); ?></td>
<td width="78%" class="vtable">
<input name="phone" type="text" class="formfld unknown" id="phone" size="40" value="<?=htmlspecialchars($pconfig['phone']);?>" />
<br /><span class="vexpl"><?= gettext("Note: Typically *99# for GSM networks and #777 for CDMA networks"); ?></span>
OpenPOWER on IntegriCloud