Move template to src/templates MKWS-314 MKWS-315
[mkws-moved-to-github.git] / src / mkws.templates / Search.handlebars
diff --git a/src/mkws.templates/Search.handlebars b/src/mkws.templates/Search.handlebars
deleted file mode 100644 (file)
index 82cbd15..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{{!
-Search form
-
-team - MKWS team
-queryWidth - configured width for search box
-}}
-<form name="mkws-search-form" class="mkws-search-form mkws-team-{{team}}" action="">
-  <input class="mkws-query mkws-query mkwsQuery mkws-team-{{team}}" type="text" size="{{queryWidth}}">
-  <input class="mkws-button mkws-button mkwsButton mkws-team-{{team}}" type="submit" value="{{{mkws-translate "Search"}}}">
-</form>
-