diff options
author | Chris Buechler <cmb@pfsense.org> | 2015-09-15 15:53:25 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2015-09-15 15:53:25 -0500 |
commit | b8bb09bd4b55047f10e01c7ec91b3d29e1f70016 (patch) | |
tree | 563bd11e7c6dd7c7f01b30d8afa5a9fe0bf0dfd5 /src/usr | |
parent | 8044720c57f1e0e4a0cbddeedec322035acb4327 (diff) | |
download | pfsense-b8bb09bd4b55047f10e01c7ec91b3d29e1f70016.zip pfsense-b8bb09bd4b55047f10e01c7ec91b3d29e1f70016.tar.gz |
fix services_dyndns_edit.php text and formatting
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/local/www/services_dyndns_edit.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php index 8e7c1e3..dfbfe31 100644 --- a/src/usr/local/www/services_dyndns_edit.php +++ b/src/usr/local/www/services_dyndns_edit.php @@ -275,9 +275,9 @@ $section->addInput(new Form_Input( 'Hostname', 'text', $pconfig['host'] -))->setHelp('Enter the complete host/domain name. example: myhost.dyndns.org'. - 'he.net tunnelbroker: Enter your tunnel ID'. - 'GleSYS: Enter your record ID'. +))->setHelp('Enter the complete fully qualified domain name. Example: myhost.dyndns.org'. '<br />' . + 'he.net tunnelbroker: Enter your tunnel ID' . '<br />' . + 'GleSYS: Enter your record ID' . '<br />' . 'DNSimple: Enter only the domain name.'); $section->addInput(new Form_Input( @@ -285,8 +285,8 @@ $section->addInput(new Form_Input( 'MX', 'text', $pconfig['mx'] -))->setHelp('Note: With DynDNS service you can only use a hostname, not an IP address.'. - 'Set this option only if you need a special MX record. Not all services support this.'); +))->setHelp('Note: With DynDNS service you can only use a hostname, not an IP address. '. + 'Set this option only if you need a special MX record. Not all services support this.'); $section->addInput(new Form_Checkbox( 'wildcard', @@ -331,7 +331,7 @@ $section->addInput(new Form_Input( 'Password', 'password', $pconfig['passwordfld'] -))->setHelp('FreeDNS (freedns.afraid.org): Enter your \"Authentication Token\" provided by FreeDNS.' . '<br />' . +))->setHelp('FreeDNS (freedns.afraid.org): Enter your "Authentication Token" provided by FreeDNS.' . '<br />' . 'Route 53: Enter your Secret Access Key.' . '<br />' . 'GleSYS: Enter your API key.' . '<br />' . 'DNSimple: Enter your API token.'); |