Zeile 1 | Zeile 1 |
---|
<tr>
| <tr id="attachment_{$attachment['aid']}">
|
<td class="trow2" width="1" align="center">{$attachment['icon']}</td>
|
<td class="trow2" width="1" align="center">{$attachment['icon']}</td>
|
<td class="trow2" width="60%" style="white-space: nowrap">{$attachment['filename']} ({$attachment['size']})</td>
| <td class="trow2" width="60%" style="white-space: nowrap"><span class="attachment_filename">{$attachment['filename']}</span> ({$attachment['size']})</td>
|
<td class="trow2" style="white-space: nowrap; text-align: center;">{$attach_mod_options} {$attach_rem_options} {$postinsert}</td> </tr>
| <td class="trow2" style="white-space: nowrap; text-align: center;">{$attach_mod_options} {$attach_rem_options} {$postinsert}</td> </tr>
|