summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--themes/default/templates/search.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/templates/search.tpl b/themes/default/templates/search.tpl
index 2a6c14b..296b34c 100644
--- a/themes/default/templates/search.tpl
+++ b/themes/default/templates/search.tpl
@@ -14,7 +14,7 @@
<input type="text" name="searchfor" value="{$searchfor}" size="15" />
</td>
<td>
- <input type="image" src="resources/doit.png" alt="Tag-Search" />
+ <input type="image" src="resources/doit.png" alt="Tag-Search" onclick="click(this);" />
</td>
</tr>
<tr>
@@ -38,7 +38,7 @@
{$to_date} <a href="javascript:showCalendar('to');" onclick="click(this);"><img src="resources/date.png" id="topic" /></a>
</td>
<td>
- <input type="image" src="resources/doit.png" alt="Tag-Search" />
+ <input type="image" src="resources/doit.png" alt="Tag-Search" onclick="click(this);" />
</td>
</tr>
<tr>