{*+********************************************************************************** * 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. ************************************************************************************} {* modules/Rss/views/List.php *} {* START YOUR IMPLEMENTATION FROM BELOW. Use {debug} for information *} {strip}
{assign var=LEFTPANELHIDE value=$CURRENT_USER_MODEL->get('leftpanelhide')}
no-image

{vtranslate('LBL_LOADING_LISTVIEW_CONTENTS', $MODULE)}........

{if $RECORD}

{vtranslate('LBL_FEEDS_LIST_FROM',$MODULE)} : {$RECORD->getName()}

{include file='RssFeedContents.tpl'|@vtemplate_path:$MODULE}
{else}
{assign var=SINGLE_MODULE value="SINGLE_$MODULE"} {vtranslate('LBL_NO')} {vtranslate($MODULE, $MODULE)} {vtranslate('LBL_FOUND')}. {vtranslate('LBL_CREATE')} {vtranslate($SINGLE_MODULE, $MODULE)}
{/if}

{/strip}