{style} {literal} .ow_mailbox_attachment_icon { display: inline-block; background-repeat: no-repeat; cursor: pointer; width: 14px; height: 17px; padding-right:5px; } .mailbox_attachments_label { margin: 15px 0 5px; padding-left: 5px; font-weight: bold; } {/literal} {/style} {$mailbox_menu} {if $record.total > 0}
{text key='mailbox+conversation_box_info' showing="`$record.start`-`$record.end`" total="`$record.total`" new="`$record.new`" }
{/if}
{if $record.total> 0} {foreach from=$conversationList item=conversation} {/foreach} {else} {/if}
{if $conversation.isOpponentLastMessage==true} {text key='mailbox+new_conversation_link'} {else} {* //TODO: insert image src="images/ic_reply.png" *} {/if} {$opponentsDisplayNames[$conversation.opponentId]}
{$conversation.timeStamp}
{if !empty($attachments[$conversation.conversationId].attachments) && $attachments[$conversation.conversationId].attachments > 0 } {/if}{$conversation.subject}
{$conversation.text}
{text key='mailbox+no_conversations'}
{text key='mailbox+select_all_checkbox'}: {text key='mailbox+selected_label'} {decorator name="button" type="submit" buttonName="mark_as_read" class="mailbox_mark_as_read ow_ic_tag" langLabel="mailbox+mark_as_read_button"} {decorator name="button" type="submit" buttonName="mark_as_unread" class="mailbox_mark_as_unread ow_ic_tag" langLabel="mailbox+mark_as_unread_button"} {decorator name="button" type="submit" buttonName="delete" class="ow_ic_delete mailbox_delete ow_red" langLabel="mailbox+delete_button"}
{$paging}