summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorfrank <frankthetank@users.noreply.github.com>2017-04-22 00:32:55 -0400
committerfrank <frankthetank@users.noreply.github.com>2017-04-22 00:32:55 -0400
commit68246684909287c0f83926395f2b5a47c353b3c7 (patch)
tree8fc0bff1815efe88a51bd0034e79a8536ddebc72 /src
parent9055c5e51be34f860fc6a17261c30e03c6d5afb3 (diff)
downloadpfsense-68246684909287c0f83926395f2b5a47c353b3c7.zip
pfsense-68246684909287c0f83926395f2b5a47c353b3c7.tar.gz
More tab space tweaks - maybe I'm done?
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_dyndns_edit.php42
1 files changed, 21 insertions, 21 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php
index 95e67e6..164510e 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -276,7 +276,7 @@ $section->addInput(new Form_Select(
'requestif',
'*Interface to send update from',
$pconfig['requestif'],
-$interfacelist
+ $interfacelist
))->setHelp('This is almost always the same as the Interface to Monitor. ');
$group = new Form_Group('*Hostname');
@@ -295,11 +295,11 @@ $group->add(new Form_Input(
));
$group->setHelp('Enter the complete fully qualified domain name. Example: myhost.dyndns.org%1$s' .
- 'DNS Made Easy: Dynamic DNS ID (NOT hostname)%1$s' .
- 'he.net tunnelbroker: Enter the tunnel ID.%1$s' .
- 'GleSYS: Enter the record ID.%1$s' .
- 'DNSimple: Enter only the domain name.%1$s' .
- 'Namecheap, Cloudflare, GratisDNS, Hover: Enter the hostname and the domain separately, with the domain being the domain or subdomain zone being handled by the provider.', array('<br />'));
+ 'DNS Made Easy: Dynamic DNS ID (NOT hostname)%1$s' .
+ 'he.net tunnelbroker: Enter the tunnel ID.%1$s' .
+ 'GleSYS: Enter the record ID.%1$s' .
+ 'DNSimple: Enter only the domain name.%1$s' .
+ 'Namecheap, Cloudflare, GratisDNS, Hover: Enter the hostname and the domain separately, with the domain being the domain or subdomain zone being handled by the provider.', array('<br />'));
$section->add($group);
@@ -309,7 +309,7 @@ $section->addInput(new Form_Input(
'text',
$pconfig['mx']
))->setHelp('Note: With DynDNS service only a hostname can be used, not an IP address. '.
- 'Set this option only if a special MX record is needed. Not all services support this.');
+ 'Set this option only if a special MX record is needed. Not all services support this.');
$section->addInput(new Form_Checkbox(
'wildcard',
@@ -324,8 +324,8 @@ $section->addInput(new Form_Checkbox(
'Enable Proxy',
$pconfig['proxied']
))->setHelp('Note: This enables CloudFlares Virtual DNS proxy. When Enabled it will route all traffic '.
- 'through their servers. By Default this is disabled and your Real IP is exposed.'.
- 'More info: %s', array('<a href="https://blog.cloudflare.com/announcing-virtual-dns-ddos-mitigation-and-global-distribution-for-dns-traffic/" target="_blank">CloudFlare Blog</a>'));
+ 'through their servers. By Default this is disabled and your Real IP is exposed.'.
+ 'More info: %s', array('<a href="https://blog.cloudflare.com/announcing-virtual-dns-ddos-mitigation-and-global-distribution-for-dns-traffic/" target="_blank">CloudFlare Blog</a>'));
$section->addInput(new Form_Checkbox(
'verboselog',
@@ -354,10 +354,10 @@ $section->addInput(new Form_Input(
'text',
$pconfig['username']
))->setHelp('Username is required for all types except Namecheap, FreeDNS and Custom Entries.%1$s' .
- 'Route 53: Enter the Access Key ID.%1$s' .
- 'GleSYS: Enter the API user.%1$s' .
- 'Dreamhost: Enter a value to appear in the DNS record comment.%1$s' .
- 'For Custom Entries, Username and Password represent HTTP Authentication username and passwords.', array('<br />'));
+ 'Route 53: Enter the Access Key ID.%1$s' .
+ 'GleSYS: Enter the API user.%1$s' .
+ 'Dreamhost: Enter a value to appear in the DNS record comment.%1$s' .
+ 'For Custom Entries, Username and Password represent HTTP Authentication username and passwords.', array('<br />'));
$section->addPassword(new Form_Input(
'passwordfld',
@@ -365,10 +365,10 @@ $section->addPassword(new Form_Input(
'password',
$pconfig['password']
))->setHelp('FreeDNS (freedns.afraid.org): Enter the "Authentication Token" provided by FreeDNS.%1$s' .
- 'Route 53: Enter the Secret Access Key.%1$s' .
- 'GleSYS: Enter the API key.%1$s' .
- 'Dreamhost: Enter the API Key.%1$s' .
- 'DNSimple: Enter the API token.', array('<br />'));
+ 'Route 53: Enter the Secret Access Key.%1$s' .
+ 'GleSYS: Enter the API key.%1$s' .
+ 'Dreamhost: Enter the API Key.%1$s' .
+ 'DNSimple: Enter the API token.', array('<br />'));
$section->addInput(new Form_Input(
'zoneid',
@@ -376,7 +376,7 @@ $section->addInput(new Form_Input(
'text',
$pconfig['zoneid']
))->setHelp('Route53: Enter AWS Zone ID.%1$s' .
- 'DNSimple: Enter the Record ID of record to update.', '<br />');
+ 'DNSimple: Enter the Record ID of record to update.', '<br />');
$section->addInput(new Form_Input(
'updateurl',
@@ -390,9 +390,9 @@ $section->addInput(new Form_Textarea(
'Result Match',
$pconfig['resultmatch']
))->sethelp('This field should be identical to what the DDNS Provider will return if the update succeeds, leave it blank to disable checking of returned results.%1$s' .
- 'To include the new IP in the request, put %%IP%% in its place.%1$s' .
- 'To include multiple possible values, separate them with a |. If the provider includes a |, escape it with \\|)%1$s' .
- 'Tabs (\\t), newlines (\\n) and carriage returns (\\r) at the beginning or end of the returned results are removed before comparison.', array('<br />'));
+ 'To include the new IP in the request, put %%IP%% in its place.%1$s' .
+ 'To include multiple possible values, separate them with a |. If the provider includes a |, escape it with \\|)%1$s' .
+ 'Tabs (\\t), newlines (\\n) and carriage returns (\\r) at the beginning or end of the returned results are removed before comparison.', array('<br />'));
$section->addInput(new Form_Input(
'ttl',
OpenPOWER on IntegriCloud