From cc8bee4ce5ae1e9c4846f6bbdd7a89a8f7e20ea1 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Wed, 10 Jun 2020 22:48:55 +0200 Subject: [PATCH] Fixed #525 - add template search to template manage page as well --- src/main/resources/templates/templates/templates.ftl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/templates/templates/templates.ftl b/src/main/resources/templates/templates/templates.ftl index 6305b6d4b..119760360 100644 --- a/src/main/resources/templates/templates/templates.ftl +++ b/src/main/resources/templates/templates/templates.ftl @@ -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/> -- GitLab