Add the new variable `FileProcessorFormField::$bigPreview` with getter and setter.
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / boxUsersOnlineSidebar.tpl
1 {if $usersOnlineList|count}
2 <ul class="inlineList commaSeparated small">
3 {foreach from=$usersOnlineList->getObjects() item=userOnline}
4 <li>{user object=$userOnline}</li>
5 {/foreach}
6 </ul>
7 {/if}
8
9 <p><small>{lang}wcf.user.usersOnline.detail{/lang}{if USERS_ONLINE_RECORD && $__showRecord} <span class="separatorLeft">{lang}wcf.user.usersOnline.record{/lang}</span>{/if}</small></p>