summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-28 07:12:37 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-28 07:12:37 +0000
commita1dbbbd01af8cb154d694fefc0527bbee0c6f05c (patch)
tree5b18a42f206fbe7f9402572dc0ff26704201c719 /themes
parentfc802d09f196e338f7485e38057ec84df5c81bf2 (diff)
blue search-submit buttons
git-svn-id: file:///var/lib/svn/phpfspot/trunk@261 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'themes')
-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>