diff options
author | Daniel Stefan Haischt <dsh@pfsense.org> | 2007-09-01 06:30:15 +0000 |
---|---|---|
committer | Daniel Stefan Haischt <dsh@pfsense.org> | 2007-09-01 06:30:15 +0000 |
commit | f113ef9068aea8af863e3bfda1454388558bc798 (patch) | |
tree | 02f74bccb4aadd3cb7c2d391929bb54650b78d5f /packages/per-user-bandwidth-distribution.xml | |
parent | 9f2521ca8351e454e03193ddccbf5eb2166ec1fd (diff) | |
download | pfsense-packages-f113ef9068aea8af863e3bfda1454388558bc798.tar.gz pfsense-packages-f113ef9068aea8af863e3bfda1454388558bc798.tar.bz2 pfsense-packages-f113ef9068aea8af863e3bfda1454388558bc798.zip |
* added remaining DTDs
Diffstat (limited to 'packages/per-user-bandwidth-distribution.xml')
-rw-r--r-- | packages/per-user-bandwidth-distribution.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/packages/per-user-bandwidth-distribution.xml b/packages/per-user-bandwidth-distribution.xml index a0d963c8..08728380 100644 --- a/packages/per-user-bandwidth-distribution.xml +++ b/packages/per-user-bandwidth-distribution.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> @@ -71,16 +72,16 @@ <type>select</type> <options> <option> - <value>Kbit/s</value> <name>Kbit/s</name> + <value>Kbit/s</value> </option> <option> - <value>Kbyte/s</value> <name>Kbyte/s</name> + <value>Kbyte/s</value> </option> <option> - <value>Mbit/s</value> <name>Mbit/s</name> + <value>Mbit/s</value> </option> </options> </field> @@ -96,16 +97,16 @@ <type>select</type> <options> <option> - <value>Kbit/s</value> <name>Kbit/s</name> + <value>Kbit/s</value> </option> <option> - <value>Kbyte/s</value> <name>Kbyte/s</name> + <value>Kbyte/s</value> </option> <option> - <value>Mbit/s</value> <name>Mbit/s</name> + <value>Mbit/s</value> </option> </options> </field> |