1 The default searchform.tmpl looks rather bare and unintuitive with just an input field.
3 The patch below adds a label for the field to improve usability:
5 --- templates/searchform.tmpl.orig Fri Jun 15 15:02:34 2007
6 +++ templates/searchform.tmpl Fri Jun 15 15:02:41 2007
8 <form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform">
10 +<label for="phrase">Search:</label>
11 <input type="text" name="phrase" value="" size="16" />
12 <input type="hidden" name="enc" value="UTF-8" />
13 <input type="hidden" name="do" value="hyperestraier" />