Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 831 |
florian |
1 |
<b>{LANG->Attachments}:</b>
|
|
|
2 |
<table id="phorum-attachment-list" class="PhorumFormTable" cellspacing="0" width="100%">
|
|
|
3 |
{ASSIGN LIST POST->attachments}
|
|
|
4 |
{LOOP LIST}
|
|
|
5 |
{IF LIST->keep}
|
|
|
6 |
<tr>
|
|
|
7 |
<td>{LIST->name} ({LIST->size})</td>
|
|
|
8 |
<td align="right">
|
|
|
9 |
{HOOK tpl_editor_attachment_buttons LIST}
|
|
|
10 |
<input type="submit" name="detach:{LIST->file_id}" value="{LANG->Detach}" class="PhorumSubmit" />
|
|
|
11 |
</td>
|
|
|
12 |
</tr>
|
|
|
13 |
{/IF}
|
|
|
14 |
{/LOOP LIST}
|
|
|
15 |
</table>
|