summaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-12-31 14:38:51 +0100
committerAndreas Unterkircher <unki@netshadow.at>2007-12-31 14:38:51 +0100
commitc41a9eaa542e16221f6849587aa50856c4898651 (patch)
tree9af968f3f5619ee34962c44e07bc3b626f59c057 /themes/default
parent797d33d5dc47c777cd368d976838dd10465a9f42 (diff)
additional submit-button for change sort-order
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/templates/search.tpl3
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>