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

Fixed #354 - import file input: show message if file is selected

parent 5491612a
No related branches found
No related tags found
No related merge requests found
Pipeline #308 passed
...@@ -215,10 +215,13 @@ ...@@ -215,10 +215,13 @@
<form id="form-database-import" method="POST" action="/settings/database/upload" enctype="multipart/form-data" accept-charset="UTF-8"> <form id="form-database-import" method="POST" action="/settings/database/upload" enctype="multipart/form-data" accept-charset="UTF-8">
<input type="hidden" name="${_csrf.parameterName}" value="${_csrf.token}"/> <input type="hidden" name="${_csrf.parameterName}" value="${_csrf.token}"/>
<div class="file-field input-field"> <div class="file-field input-field">
<div class="btn waves-effect waves-light budgetmaster-blue"> <div class="btn budgetmaster-blue">
<i class="material-icons">cloud_upload</i> <i class="material-icons">cloud_upload</i>
<input type="file" accept=".json" name="file"> <input type="file" accept=".json" name="file">
</div> </div>
<div class="file-path-wrapper">
<input class="file-path validate" type="text">
</div>
</div> </div>
</form> </form>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment