This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Replace $theme.search() with our own form, note that you can still use it, just make sure the search.vm | |
## is loaded before you add the search portlet. We removed it to simplify changing styles on the search bar | |
## in the theme. | |
<form action="" method="get" name="search"> | |
<input name="p_p_id" type="hidden" value="3"> | |
<input name="p_p_lifecycle" type="hidden" value="0"> | |
<input name="p_p_state" type="hidden" value="maximized"> | |
<input name="p_p_mode" type="hidden" value="view"> | |
<input name="_3_struts_action" type="hidden" value="/search/search"> | |
<input name="_3_keywords" size="30" title="Search" type="text" value="" placeholder="Search here..."> |