mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11915] Add row template for new attachments.
PHPBB3-11915
This commit is contained in:
parent
4361c1c9ac
commit
691dfd8453
1 changed files with 19 additions and 0 deletions
|
@ -33,6 +33,25 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="file-list">
|
<tbody id="file-list">
|
||||||
|
<tr class="attach-row" id="attach-row-tpl">
|
||||||
|
<td class="attach-name">
|
||||||
|
<span class="file-name"></span>
|
||||||
|
<span class="attach-controls">
|
||||||
|
<input type="button" value="{L_PLACE_INLINE}" class="button2 hidden file-inline-bbcode" />
|
||||||
|
<input type="button" value="{L_DELETE_FILE}" class="button2 file-delete" />
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
<td class="attach-comment">
|
||||||
|
<textarea rows="1" cols="30" class="inputbox"></textarea>
|
||||||
|
</td>
|
||||||
|
<td class="attach-filesize file-size"></td>
|
||||||
|
<td class="attach-status">
|
||||||
|
<span class="file-progress">
|
||||||
|
<span class="file-progress-bar"></span>
|
||||||
|
</span>
|
||||||
|
<span class="file-status"></span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<!-- BEGIN attach_row -->
|
<!-- BEGIN attach_row -->
|
||||||
<tr class="attach-row" data-attach-id="{attach_row.ATTACH_ID}">
|
<tr class="attach-row" data-attach-id="{attach_row.ATTACH_ID}">
|
||||||
<td class="attach-name">
|
<td class="attach-name">
|
||||||
|
|
Loading…
Add table
Reference in a new issue