aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-25 00:47:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-25 00:47:22 +0000
commit633bfba2bdc52f2860ca59baa22e831d8853d3eb (patch)
treed7b2ccba23ffa5815a1814721efc78783c7c6f13
parent5bcfa9d5619f131bae2598b164e83c7b71ea17d8 (diff)
downloadpfsense-packages-633bfba2bdc52f2860ca59baa22e831d8853d3eb.tar.gz
pfsense-packages-633bfba2bdc52f2860ca59baa22e831d8853d3eb.tar.bz2
pfsense-packages-633bfba2bdc52f2860ca59baa22e831d8853d3eb.zip
Add listtopic to seperate fields
-rw-r--r--packages/tinydns/tinydns_sync.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/packages/tinydns/tinydns_sync.xml b/packages/tinydns/tinydns_sync.xml
index c515b9b0..563ff8e9 100644
--- a/packages/tinydns/tinydns_sync.xml
+++ b/packages/tinydns/tinydns_sync.xml
@@ -79,12 +79,20 @@
<configpath>installedpackages->package->tinydns</configpath>
<fields>
<field>
+ <type>listtopic</type>
+ <name>Enbable DNS zone sync</name>
+ </field>
+ <field>
<fielddescr>Automatically sync DNS zone changes</fielddescr>
<fieldname>synconchanges</fieldname>
<description>pfSense will automatically sync changes to the hosts defined below.</description>
<type>checkbox</type>
</field>
<field>
+ <type>listtopic</type>
+ <name>Sync host #1</name>
+ </field>
+ <field>
<fielddescr>IP Address</fielddescr>
<fieldname>ipaddress</fieldname>
<description>The IP address of the first host that TinyDNS will Sync its DNS zone data to.</description>
@@ -97,6 +105,10 @@
<type>password</type>
</field>
<field>
+ <type>listtopic</type>
+ <name>Sync host #2</name>
+ </field>
+ <field>
<fielddescr>IP Address 2</fielddescr>
<fieldname>ipaddress2</fieldname>
<description>OPTIONAL. The IP address of the second host that TinyDNS will Sync its DNS zone data to.</description>
@@ -107,7 +119,11 @@
<fieldname>password2</fieldname>
<description>Admin password of the second host that TinyDNS will Sync its DNS zone data to.</description>
<type>password</type>
- </field>
+ </field>
+ <field>
+ <type>listtopic</type>
+ <name>Sync host #3</name>
+ </field>
<field>
<fielddescr>IP Address 3</fielddescr>
<fieldname>ipaddress3</fieldname>