summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-05 23:52:39 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-05 23:52:39 +0100
commita6764bf5775ec5cdcf1c45b98246fa7b475345ab (patch)
tree5906d4f67b79ba36b800e3973729592bf2c10bf3 /module/web/templates/default
parentworking search suggestions (diff)
downloadpyload-a6764bf5775ec5cdcf1c45b98246fa7b475345ab.tar.xz
working search for files
Diffstat (limited to 'module/web/templates/default')
-rw-r--r--module/web/templates/default/dashboard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html
index cfd5a2716..8c20973e4 100644
--- a/module/web/templates/default/dashboard.html
+++ b/module/web/templates/default/dashboard.html
@@ -125,7 +125,7 @@
</li>
<li style="float: right;">
- <form class="form-search">
+ <form class="form-search" action="#">
<div class="input-append">
<input type="text" class="search-query" style="width: 120px">
<button type="submit" class="btn">{{ _("Search") }}</button>