{*+********************************************************************************** * The contents of this file are subject to the vtiger CRM Public License Version 1.1 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Developer of the Original Code is vtiger. * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. ************************************************************************************} {strip}
{if $FOLDER->mails()}{$FOLDER->pageInfo()}  {/if}
 
{if $FOLDER->mails()}
{foreach item=MAIL from=$FOLDER->mails()} {assign var=IS_READ value=1}
{strip_tags($MAIL.saved_toid)}
{strip_tags($MAIL.subject)}
{{$MAIL.date_start}}
{assign var=MAIL_DESC value=str_replace("\n", " ", strip_tags($MAIL.description))} {$MAIL_DESC}
{/foreach}
{else}
{vtranslate('LBL_No_Mails_Found',$MODULE)}
{/if} {/strip}