Zeile 1 | Zeile 1 |
---|
<tr class="inline_row">
|
<tr class="inline_row">
|
<td align="center" class="{$bgcolor}" width="2%"><span class="thread_status {$folder}"> </span></td>
| <td align="center" class="{$bgcolor}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td>
|
<td align="center" class="{$bgcolor}" width="2%">{$icon}</td> <td class="{$bgcolor}"> <span class="smalltext">
| <td align="center" class="{$bgcolor}" width="2%">{$icon}</td> <td class="{$bgcolor}"> <span class="smalltext">
|
Zeile 10 | Zeile 10 |
---|
</td> <td align="center" class="{$bgcolor}">{$post['profilelink']}</td> <td class="{$bgcolor}" >{$post['forumlink']}</td>
|
</td> <td align="center" class="{$bgcolor}">{$post['profilelink']}</td> <td class="{$bgcolor}" >{$post['forumlink']}</td>
|
<td align="center" class="{$bgcolor}"><a href="javascript:MyBB.whoPosted({$post['tid']});">{$post['thread_replies']}</a></td>
| <td align="center" class="{$bgcolor}"><a href="{$mybb->settings['bburl']}/misc.php?action=whoposted&tid={$post['tid']}" onclick="MyBB.whoPosted({$post['tid']}); return false;">{$post['thread_replies']}</a></td>
|
<td align="center" class="{$bgcolor}">{$post['thread_views']}</td> <td class="{$bgcolor}" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$posted}</span></td> {$inline_mod_checkbox}
| <td align="center" class="{$bgcolor}">{$post['thread_views']}</td> <td class="{$bgcolor}" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$posted}</span></td> {$inline_mod_checkbox}
|