diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-05 23:52:39 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-05 23:52:39 +0100 |
commit | a6764bf5775ec5cdcf1c45b98246fa7b475345ab (patch) | |
tree | 5906d4f67b79ba36b800e3973729592bf2c10bf3 /module/web/templates/default | |
parent | working search suggestions (diff) | |
download | pyload-a6764bf5775ec5cdcf1c45b98246fa7b475345ab.tar.xz |
working search for files
Diffstat (limited to 'module/web/templates/default')
-rw-r--r-- | module/web/templates/default/dashboard.html | 2 |
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>
|