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

#765 - add new input field for account description

parent 4fa078ae
Branches
Tags
No related merge requests found
...@@ -47,6 +47,15 @@ ...@@ -47,6 +47,15 @@
</div> </div>
</div> </div>
<#-- description -->
<div class="row">
<div class="input-field col s12 m12 l8 offset-l2">
<i class="material-icons prefix">article</i>
<textarea id="account-description" class="materialize-textarea" name="description" data-length="250" <@validation.validation "description"/>><#if account.getDescription()??>${account.getDescription()}</#if></textarea>
<label class="input-label" for="account-description">${locale.getString("transaction.new.label.description")}</label>
</div>
</div>
<#-- icon --> <#-- icon -->
<#if account.getIconReference()?? && (account.getIconReference().isImageIcon() || account.getIconReference().isBuiltinIcon())> <#if account.getIconReference()?? && (account.getIconReference().isImageIcon() || account.getIconReference().isBuiltinIcon())>
<#assign initialBackgroundClasses='category-square'/> <#assign initialBackgroundClasses='category-square'/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment