* add 2 file support
* TODO: add nicer widget for multifile
This commit is contained in:
parent
9a6f3ef4ed
commit
a40aad33d1
@ -401,7 +401,7 @@ input, textarea {
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
#postform_attachment {
|
||||
.postform_attachment {
|
||||
max-width: 330px;
|
||||
}
|
||||
|
||||
|
@ -46,7 +46,15 @@
|
||||
{{#i18n.Translations}}{{file}}{{/i18n.Translations}}
|
||||
</th>
|
||||
<td>
|
||||
<input id="postform_attachment" type="file" name="attachment" />
|
||||
<input class="postform_attachment" id="postform_attachment_0" type="file" name="attachment_0" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
{{#i18n.Translations}}{{file}}{{/i18n.Translations}}
|
||||
</th>
|
||||
<td>
|
||||
<input class="postform_attachment" id="postform_attachment_1" type="file" name="attachment_1" />
|
||||
</td>
|
||||
</tr>
|
||||
{{/files}}
|
||||
|
Reference in New Issue
Block a user