diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-26 04:14:30 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-26 04:14:30 +0000 |
commit | 8818320084e9723b958bee75c011bfcc74e3018f (patch) | |
tree | 70279140d627425e1269098d6f6c598d55048b81 /themes | |
parent | 37690cf1c98d494359c941993337bd41e2aed9ad (diff) |
issue66, calendar is now shown on the right position and is getting closed when a specific date is getting selected
git-svn-id: file:///var/lib/svn/phpfspot/trunk@256 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/templates/search.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/templates/search.tpl b/themes/default/templates/search.tpl index 1498e70..549f2dc 100644 --- a/themes/default/templates/search.tpl +++ b/themes/default/templates/search.tpl @@ -23,12 +23,12 @@ </tr> <tr> <td> </td> - <td>{$from_date} <a href="javascript:showCalendar('from');"><img src="resources/date.png" id="frompic"/></a></td> + <td>{$from_date} <a href="javascript:showCalendar('from');" onclick="click(this);"><img src="resources/date.png" id="frompic"/></a></td> </tr> <tr> <td> </td> <td> - {$to_date} <a href="javascript:showCalendar('to');"><img src="resources/date.png" id="topic" /></a> + {$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" /> |