MyBB Community Forums

Full Version: showteam_moderators_mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I see this template was modified in 1816

Why does last visit have class postbit_buttons on it ?

<tr>
<td width="45%" class="{$bgcolor}"><img src="{$theme['imgdir']}/buddy_{$status}.png" title="{$lang->$status}" alt="{$lang->$status}" style="vertical-align: middle;" /><a href="{$user['profilelink']}"><strong>{$user['username']}</strong></a></td>
<td width="30%" class="{$bgcolor}"><span class="smalltext">{$scopelist}</span></td>
<td width="15%" class="{$bgcolor}"><div class="postbit_buttons">{$user['lastvisit']}</div></td>
<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$emailcode}</div></td>
<td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$pmcode}</div></td>
</tr>
It uses same style for button as for postbit... it is used because of uniformity.