Files
MaterialDeck/templates/exportDialog.html
Cristian Deenen 9a7088a310 v1.4.11
2022-09-05 01:42:15 +02:00

12 lines
378 B
HTML

<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}}" style="width:100%;" >
</div>
<button type="submit" name="submit">
<i></i>{{localize "MaterialDeck.Export"}}
</button>
</form>