Parent: [ca3e15] (diff)

Download this file

attachment_add.html    16 lines (15 with data), 521 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<form method="post"
action="{{action}}"
enctype="multipart/form-data">
<input type="button" value="Add attachment" class="attachment_form_add_button"/>
<ol class="attachment_form_fields" style="display:none">
<li>
<label for="{{name}}">File to upload</label>
<input type="file" class="text" name="{{name}}" id="{{name}}"/>
</li>
<li>
<label>&nbsp;</label>
<input type="submit" value="Attach file"/>
</li>
</ol>
</form>