summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-18 18:03:28 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-18 18:03:28 +0000
commit2f3810822ac7a62e17aebccb286068a8b69e5a19 (patch)
tree820d32144f88ae626d3181a4103d8836910e7a0b /templates
parentf130f65e9268e969c6556c77a3212e267a6da468 (diff)
issue54, sort order can now be modified
git-svn-id: file:///var/lib/svn/phpfspot/trunk@223 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r--templates/search.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/search.tpl b/templates/search.tpl
index c87d29e..1498e70 100644
--- a/templates/search.tpl
+++ b/templates/search.tpl
@@ -34,6 +34,14 @@
<input type="image" src="resources/doit.png" alt="Tag-Search" />
</td>
</tr>
+ <tr>
+ <td>
+ Sort-Order:
+ </td>
+ <td>
+ {$sort_field}
+ </td>
+ </tr>
</form>
</table>
<div id='calendar'></div>