831 |
florian |
1 |
<div class="phorum-menu" style="text-align: left; white-space: nowrap">
|
|
|
2 |
{LANG->PrivateMessages}
|
|
|
3 |
<ul>
|
|
|
4 |
{LOOP PM_FOLDERS}
|
|
|
5 |
{! Put a bit of space between incoming and the outgoing folder, in }
|
|
|
6 |
{! case the user has own folders. }
|
|
|
7 |
{IF PM_USERFOLDERS}{IF PM_FOLDERS->is_outgoing}{VAR SPACER 10px}{/IF}{/IF}
|
|
|
8 |
<li {IF SPACER}style="margin-top: {SPACER}"{/IF}>
|
|
|
9 |
<a {IF PM_FOLDERS->id FOLDER_ID}class="phorum-current-page" {/IF}href="{PM_FOLDERS->url}">{PM_FOLDERS->name}</a><small>{IF PM_FOLDERS->total} ({PM_FOLDERS->total}){/IF}{IF PM_FOLDERS->new} (<span class="PhorumNewFlag">{PM_FOLDERS->new} {LANG->newflag}</span>){/IF}</small>
|
|
|
10 |
</li>
|
|
|
11 |
{/LOOP PM_FOLDERS}
|
|
|
12 |
</ul>
|
|
|
13 |
{LANG->Options}
|
|
|
14 |
<ul>
|
|
|
15 |
<li><a {IF PM_PAGE "folders"}class="phorum-current-page" {/IF}href="{URL->PM_FOLDERS}">{LANG->EditFolders}</a></li>
|
|
|
16 |
<li><a {IF PM_PAGE "send"}class="phorum-current-page" {/IF}href="{URL->PM_SEND}">{LANG->SendPM}</a></li>
|
|
|
17 |
<li><a {IF PM_PAGE "buddies"}class="phorum-current-page" {/IF} href="{URL->BUDDIES}">{LANG->Buddies}</a></li>
|
|
|
18 |
</ul>
|
|
|
19 |
</div>
|
|
|
20 |
{INCLUDE pm_max_messagecount}
|