<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install SYSTEM "http://www.joomla.org/xml/dtd/1.5/module-install.dtd">
<install type="module" version="1.5.0">
	<name>VirtueMart Manufacturers</name>
	<creationDate>February 2008</creationDate>
	<author>The VirtueMart Development Team</author>
	<authorEmail>soeren|at|virtuemart.net</authorEmail>
	<authorUrl>http://www.virtuemart.net</authorUrl>
	<copyright>
		Copyright (C) 2004-2008 Soeren Eberhardt-Biermann. All rights
		reserved.
	</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
	<version>1.1.0</version>
	<description>Shows a list of manufacturers, so you can browse products of the chosen manufacturer.</description>
	<files>
		<filename module="mod_virtuemart_manufacturers">mod_virtuemart_manufacturers.php</filename>
	</files>
	<params>
		<param name="text_before" type="textarea" cols="20" rows="5"
			default="" label="Pre-text"
			description="This is the Text or HTML that is displayed at the beginning of the Module" />
		<param name="show_linklist" type="list" default="1"
			label="Show Link List?"
			description="When enabled, shows a List of Manufacturers with Links to Products of the specific Manufacturers.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="show_dropdown" type="list" default="1"
			label="Show Drop Down List?"
			description="When enabled, shows a Drop-Down List of Manufacturers which links to Products of the specific Manufacturers.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="auto" type="list" default="1"
			label="Automatically select Manufacturers?"
			description="This enables the Auto-Select of those Manufacturers that have Products in the actual Category the customer browses in.">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
		<param name="cache" type="radio" default="0"
			label="Enable Cache"
			description="Select whether to cache the content of this module">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="moduleclass_sfx" type="text" default=""
			label="Module Class Suffix"
			description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
		<param name="class_sfx" type="text" default=""
			label="Menu Class Suffix"
			description="A suffix to be applied to the css class of the menu items" />
	</params>
</install>
