diff options
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/templates/search.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/default/templates/search.tpl b/themes/default/templates/search.tpl index 296b34c..760a265 100644 --- a/themes/default/templates/search.tpl +++ b/themes/default/templates/search.tpl @@ -48,6 +48,9 @@ <td> {$sort_field} </td> + <td> + <input type="image" src="resources/doit.png" alt="Tag-Search" onclick="click(this);" /> + </td> </tr> </form> </table> |