<?xml version="1.0" ?>
<mosinstall type="module">
    <name>Letterman Subscribe</name>
    <creationDate>02.07.2006</creationDate>
    <author>Soeren</author>
    <copyright>This module is released under the GNU/GPL License.  </copyright>
    <authorEmail>shayne.bartlett@thejfactory.com</authorEmail>
    <authorUrl>www.thejfactory.com</authorUrl>
    <version>1.2.5</version>
    <description>This module displays a simple HTML form to your users so they can subscribe to your newsletter (requires the Letterman component).</description>
    <files>
         <filename module="mod_lettermansubscribe">mod_lettermansubscribe.php</filename>
    </files>
	<params>
        
		<param name="pretext" type="textarea" cols="20" rows="10" default="" label="The Text -before- the Subscribe Form" description="Just some Text the will be shown -before- the Subscribe Form" />
        
		<param name="chars_limit" type="radio" default="0" label="Limit number of Characters for -Name- Field?" description="Limits the Number of Charcaters for the -Name- Field to the Number that can be specified below." >
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
        
		<param name="chars" type="text" default="15" label="Number of chars for Character Limit." description="Used when the Character limit is enabled. The value specifies the number of characters that may used for the -Name- Field." />
        
		<param name="hide_name_field" type="radio" default="0" label="Hide the -Name- Field?" description="When enabled, Users must fill in a name with their subscription.">
			<option value="1">Yes</option>
			<option value="0">No</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>
</mosinstall>