aboutsummaryrefslogtreecommitdiffstats
path: root/config/bind/bind_views.xml
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2013-10-10 19:21:28 -0300
committerMarcello Coutinho <marcellocoutinho@gmail.com>2013-10-10 19:21:28 -0300
commit6aea580bbd10faf6e19678de42f800f060c316c4 (patch)
treedd0981de93d691ef1de92f865a306c9594bc99ac /config/bind/bind_views.xml
parentb46cdd37023fccc545db507b939f70bf8af7f7a0 (diff)
downloadpfsense-packages-6aea580bbd10faf6e19678de42f800f060c316c4.tar.gz
pfsense-packages-6aea580bbd10faf6e19678de42f800f060c316c4.tar.bz2
pfsense-packages-6aea580bbd10faf6e19678de42f800f060c316c4.zip
bind - remove unused functions and change config result file
Diffstat (limited to 'config/bind/bind_views.xml')
-rw-r--r--config/bind/bind_views.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/bind/bind_views.xml b/config/bind/bind_views.xml
index 2ff19c85..2d620e0c 100644
--- a/config/bind/bind_views.xml
+++ b/config/bind/bind_views.xml
@@ -50,7 +50,6 @@
<version>0.1.0</version>
<title>Bind: Views Settings</title>
<include_file>/usr/local/pkg/bind.inc</include_file>
- <!-- Menu is where this packages menu will appear -->
<menu>
<name>Bind Server</name>
<tooltiptext></tooltiptext>
@@ -80,8 +79,6 @@
<url>/pkg_edit.php?xml=bind_sync.xml</url>
</tab>
</tabs>
-<!-- configpath gets expanded out automatically and config items will be
- stored in that location -->
<configpath>['installedpackages']['bindviews']['config']</configpath>
<adddeleteeditpagefields>
<columnitem>
@@ -94,8 +91,6 @@
</columnitem>
<movable>on</movable>
</adddeleteeditpagefields>
- <!-- fields gets invoked when the user adds or edits a item. the following items
- will be parsed and rendered for the user as a gui with input, and selectboxes. -->
<fields>
<field>
<fielddescr>View Name</fielddescr>
@@ -157,8 +152,6 @@
</field>
</fields>
<custom_php_command_before_form>
- bind_views_before_form_dest(&amp;$pkg,"bindacls","name","match-clients");
- bind_views_before_form_dest(&amp;$pkg,"bindacls","name","allow-recursion");
</custom_php_command_before_form>
<custom_delete_php_command>
</custom_delete_php_command>