summaryrefslogtreecommitdiffstats
path: root/templates/admin/base/search.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/base/search.tmpl')
-rw-r--r--templates/admin/base/search.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/admin/base/search.tmpl b/templates/admin/base/search.tmpl
new file mode 100644
index 0000000000..29026a11a1
--- /dev/null
+++ b/templates/admin/base/search.tmpl
@@ -0,0 +1,6 @@
+<form class="ui form">
+ <div class="ui fluid action input">
+ <input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus>
+ <button class="ui blue button">{{.i18n.Tr "explore.search"}}</button>
+ </div>
+</form> \ No newline at end of file