[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 {*<!--/************************************************************************************ 2 * The contents of this file are subject to the vtiger CRM Public License Version 1.1 3 * ("License"); You may not use this file except in compliance with the License 4 * The Original Code is: vtiger CRM Open source 5 * The Initial Developer of the Original Code is vtiger. 6 * Portions created by vtiger are Copyright (C) vtiger. 7 * All Rights Reserved. 8 ************************************************************************************/-->*} 9 10 {strip} 11 {if $FOLDERS} 12 <div id="foldersList" class="row-fluid"> 13 <div class="span10"> 14 <ul class="nav nav-list"> 15 {foreach item=FOLDER from=$FOLDERS} 16 <li> 17 <a class="mm_folder" id='_mailfolder_{$FOLDER->name()}' href='#{$FOLDER->name()}' onclick="MailManager.clearSearchString(); MailManager.folder_open('{$FOLDER->name()}'); ">{if $FOLDER->unreadCount()}<b>{$FOLDER->name()} ({$FOLDER->unreadCount()})</b>{else}{$FOLDER->name()}{/if}</a> 18 </li> 19 {/foreach} 20 </ul> 21 </div> 22 </div> 23 {/if} 24 {/strip}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |