{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} {script} {literal} DND_InterfaceFix.fix($(".ow_content")); {/literal} {/script} {$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} {decorator name='avatar_item' data=$opponentsAvatar[$conversation.opponentId]} {$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_list_item" type="submit" buttonName="mark_as_read" class="mailbox_mark_as_read" langLabel="mailbox+mark_as_read_button"} {decorator name="button_list_item" type="submit" buttonName="mark_as_unread" class="mailbox_mark_as_unread" langLabel="mailbox+mark_as_unread_button"} {decorator name="button_list_item" type="submit" buttonName="delete" class="mailbox_delete ow_red" langLabel="mailbox+delete_button"}
{$paging}