Skip to content
Snippets Groups Projects
Commit cc8bee4c authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #525 - add template search to template manage page as well

parent 9a8aaa94
No related branches found
No related tags found
No related merge requests found
Pipeline #3526 passed
......@@ -19,6 +19,13 @@
<div class="section center-align">
<div class="headline">${locale.getString("menu.templates")}</div>
</div>
<div class="row">
<div class="input-field col s12 m12 l8 offset-l2">
<i class="material-icons prefix">search</i>
<input id="searchTemplate" type="text">
<label for="searchTemplate">${locale.getString("search")}</label>
</div>
</div>
</div>
<br>
<@templateFunctions.buttons/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment