diff options
Diffstat (limited to 'packages/ntop/ntop.xml')
-rw-r--r-- | packages/ntop/ntop.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/packages/ntop/ntop.xml b/packages/ntop/ntop.xml index a6d27d10..c522803c 100644 --- a/packages/ntop/ntop.xml +++ b/packages/ntop/ntop.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE packagegui SYSTEM "./schema/packages.dtd"> <?xml-stylesheet type="text/xsl" href="./xsl/package.xsl"?> <packagegui> <copyright> @@ -44,9 +45,9 @@ <description>Describe your package here</description> <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> - <title>Diagnostics: ntop Settings</title> <name>ntop</name> <version>3.0</version> + <title>Diagnostics: ntop Settings</title> <savetext>Change</savetext> <aftersaveredirect>pkg_edit.php?xml=ntop.xml&id=0</aftersaveredirect> <!-- Menu is where this packages menu will appear --> @@ -59,8 +60,8 @@ <menu> <name>ntop</name> <tooltiptext>Access ntop</tooltiptext> - <url>http://$myurl:3000</url> <section>Diagnostics</section> + <url>http://$myurl:3000</url> <depends_on_service>ntop</depends_on_service> </menu> <service> @@ -96,10 +97,10 @@ <field> <fielddescr>Interface</fielddescr> <fieldname>interface_array</fieldname> + <type>interfaces_selection</type> + <size>3</size> <value>lan</value> <multiple>true</multiple> - <size>3</size> - <type>interfaces_selection</type> </field> </fields> <custom_php_global_functions> @@ -150,9 +151,9 @@ <custom_add_php_command> sync_package_ntop(); </custom_add_php_command> - <custom_php_resync_command> + <custom_php_resync_config_command> sync_package_ntop(); - </custom_php_resync_command> + </custom_php_resync_config_command> <custom_php_install_command> </custom_php_install_command> <custom_php_deinstall_command> |