Code: Select all
{$startform}
{* topsearch *}{* <label for="{$search_actionid}searchinput">{$searchprompt}: </label> *}
{* leftsearch *} <div id="leftSearchLabel"><label for="{$search_actionid}searchinput">{$searchprompt}: </label></div>I also don't see an option to change it via a parameter:
Code: Select all
(optional) lang="en_US" - Deprecated - Override the current language that is used for selecting translated strings.
(optional) inline="false" - If true, the output from the search form will replace the original content of the 'search' tag in the originating content block. Use this parameter if your template has multiple content blocks, and you do not want the output of the search to replace the default content block
(optional) passthru_*="null" - Pass named parameters down to specified modules. The format of each of these parameters is: "passtru_MODULENAME_PARAMNAME='value'" i.e.: passthru_News_detailpage='newsdetails'"
(optional) modules="null" - Limit search results to values indexed from the specified (comma separated) list of modules
(optional) resultpage="null" - Page to display search results in. This can either be a page alias or an id. Used to allow search results to be displayed in a different template from the search form
(optional) searchtext="null" - Text to place into the search box
(optional) detailpage="null" - Used only for matching results from modules, this parameter allows specifying a different detail page for the results. This is useful if, for example, you always display your detail views in a page with a different template. (Note: modules have the ability to override this parameter.)
(optional) submit="Submit" - Text to place into the submit button
(optional) action="default" - Specify the mode of operation for the module. Acceptable values are 'default', and 'keywords'. The keywords action can be used to generate a comma seperated list of words suitable for use in a keywords meta tag.
(optional) pageid="null" - Applicable only with the keywords action, this parameter can be used to specify a different pageid to return results for
(optional) count="null" - Used with the keywords action, this parameter will limit the output to the specified number of words
(optional) search_method="get" - Pretty Urls Compatibility via Method POST, default value is always GET, to make this work just put {search search_method="post"} 

