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

#133 - added basic text input field for icon

parent b48a59d4
No related branches found
No related tags found
No related merge requests found
......@@ -184,6 +184,7 @@ menu.update=Update verfügbar
menu.search.results=Suchergebnisse ({0})
category.new.label.name=Name
category.new.label.icon=Icon
categories.usages=Verweise
categories.actions=Aktionen
......
......@@ -184,6 +184,7 @@ menu.update=Update available
menu.search.results=Search results ({0})
category.new.label.name=Name
category.new.label.icon=Icon
categories.usages=Usages
categories.actions=Actions
......
......@@ -75,6 +75,16 @@
</div>
</div>
</div>
<#-- icon -->
<div class="row">
<div class="input-field col s12 m12 l8 offset-l2">
<i class="fas fa-icons prefix"></i>
<input id="category-icon" type="text" name="icon" <@validation.validation "icon"/> value="<#if category.getIcon()??>${category.getIcon()}</#if>">
<label for="category-icon">${locale.getString("category.new.label.icon")}</label>
</div>
</div>
<br>
<#-- buttons -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment