diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-12-31 14:38:51 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-12-31 14:38:51 +0100 |
commit | c41a9eaa542e16221f6849587aa50856c4898651 (patch) | |
tree | 9af968f3f5619ee34962c44e07bc3b626f59c057 /themes/default | |
parent | 797d33d5dc47c777cd368d976838dd10465a9f42 (diff) |
additional submit-button for change sort-order
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> |