<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module" version="1.0.0">
<name>Search Module</name>
<author>Joomla! Project</author>
<creationDate>July 2004</creationDate>
<copyright>(C) 2005 Open Source Matters. All rights reserved.</copyright>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
<version>1.0.0</version>
<description>This module will display a search box</description>
<files>
<filename module="mod_search">mod_search.php</filename>
</files>
<params>
<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="@spacer" type="spacer" default="" label="" description="" />
<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="@spacer" type="spacer" default="" label="" description="" />
<param name="set_itemid" type="text" default="" label="Set Itemid" description="Allow setting of the Itemid for the refencing Search link" />
<param name="@spacer" type="spacer" default="" label="" description="" />
<param name="width" type="text" default="20" label="Box Width" description="Size of the search text box" />
<param name="text" type="text" default="" label="Text" description="The text that appears in the search text box, if left blank it will load _SEARCH_BOX from your language file" />
<param name="@spacer" type="spacer" default="" label="" description="" />
<param name="button" type="radio" default="" label="Search Button" description="Display a Search Button">
<option value="">No</option>
<option value="1">Yes</option>
</param>
<param name="button_pos" type="list" default="right" label="Button Position" description="Position of the button relative to the search box">
<option value="right">Right</option>
<option value="left">Left</option>
<option value="top">Top</option>
<option value="bottom">Bottom</option>
</param>
<param name="button_text" type="text" default="" label="Button Text" description="The text that appears in the search buttin, if left blank it will load _SEARCH_TITLE from your language file" />
</params>
</mosinstall>