Search template emits both old-style and new-style classes (mkwsQuery
[mkws-moved-to-github.git] / src / mkws.templates / Search.handlebars
index 03c827b..182b852 100644 (file)
@@ -5,7 +5,7 @@ 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-team-{{team}}" type="text" size="{{queryWidth}}">
-  <input class="mkws-button mkws-team-{{team}}" type="submit" value="{{{mkws-translate "Search"}}}">
+  <input class="mkws-query mkwsQuery mkws-team-{{team}}" type="text" size="{{queryWidth}}">
+  <input class="mkws-button mkwsButton mkws-team-{{team}}" type="submit" value="{{{mkws-translate "Search"}}}">
 </form>