Skip to content

Instantly share code, notes, and snippets.

@timmmmyboy
Created September 2, 2014 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timmmmyboy/ebadda5255e8a3711148 to your computer and use it in GitHub Desktop.
Save timmmmyboy/ebadda5255e8a3711148 to your computer and use it in GitHub Desktop.
Replace Omeka Basic Search in Header with Advanced Search
<div id="search-container">
<form id="search-form" name="search-form" action="/omeka/items/browse" method="get">
<input type="text" name="search" id="query" value="" title="Search">
<button name="submit_search" id="submit_search" type="submit" value="Search">Search</button>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment