This commit is contained in:
CDeenen
2021-05-26 02:02:47 +02:00
parent 07a3bdd837
commit ebdc1b5e5c
30 changed files with 2728 additions and 1257 deletions

View File

@@ -0,0 +1,12 @@
<form autocomplete="off" onsubmit="event.preventDefault()">
<p>{{content}}</p>
<div class="form-group">
<label>{{localize "MaterialDeck.Filename"}}: </label>
<input type="text" name="name" value="{{name}}" id="name" style="width:100%;" >
</div>
<button type="submit" name="submit">
<i></i>{{localize "MaterialDeck.Export"}}
</button>
</form>