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

#419 - added basic text input field for icon

parent 05971804
Branches
Tags
No related merge requests found
...@@ -260,6 +260,7 @@ settings.database.delete.verification=Bestätigungscodes ...@@ -260,6 +260,7 @@ settings.database.delete.verification=Bestätigungscodes
settings.search.itemsPerPage=Anzahl der Suchergebnisse pro Seite settings.search.itemsPerPage=Anzahl der Suchergebnisse pro Seite
account.new.label.name=Name account.new.label.name=Name
account.new.label.icon=Icon
account.default.name=Standardkonto account.default.name=Standardkonto
account.all=Alle Konten account.all=Alle Konten
account.budget.asof=Stand account.budget.asof=Stand
......
...@@ -260,6 +260,7 @@ settings.database.delete.verification=Verification Code ...@@ -260,6 +260,7 @@ settings.database.delete.verification=Verification Code
settings.search.itemsPerPage=Number of search results per page settings.search.itemsPerPage=Number of search results per page
account.new.label.name=Name account.new.label.name=Name
account.new.label.icon=Icon
account.default.name=Default Account account.default.name=Default Account
account.all=All Accounts account.all=All Accounts
account.budget.asof=as of account.budget.asof=as of
......
...@@ -42,6 +42,16 @@ ...@@ -42,6 +42,16 @@
<label for="account-name">${locale.getString("account.new.label.name")}</label> <label for="account-name">${locale.getString("account.new.label.name")}</label>
</div> </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="account-icon" type="text" name="iconPath" <@validation.validation "iconPath"/> value="<#if account.getIconPath()??>${account.getIconPath()}</#if>">
<label for="account-icon">${locale.getString("account.new.label.icon")}</label>
</div>
</div>
<br> <br>
<#-- buttons --> <#-- buttons -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment