[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 {*<!-- 2 /********************************************************************************* 3 ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 * 10 ********************************************************************************/ 11 -->*} 12 13 {foreach key=index item=cssModel from=$STYLES} 14 <link rel="{$cssModel->getRel()}" href="{$cssModel->getHref()}" type="{$cssModel->getType()}" media="{$cssModel->getMedia()}" /> 15 {/foreach} 16 {foreach key=index item=jsModel from=$SCRIPTS} 17 <script type="{$jsModel->getType()}" src="{$jsModel->getSrc()}"></script> 18 {/foreach} 19 20 <table width="100%" cellspacing="0" cellpadding="0"> 21 <tbody> 22 <tr> 23 <td class="span5"> 24 <div class="dashboardTitle textOverflowEllipsis" title="{vtranslate($WIDGET->getTitle(), $MODULE_NAME)}" style="width: 15em;"><b> {vtranslate($WIDGET->getTitle(), $MODULE_NAME)}</b></div> 25 </td> 26 <td class="refresh span2" align="right"> 27 <span style="position:relative;"> </span> 28 </td> 29 <td class="widgeticons span5" align="right"> 30 <div class="box pull-right"> 31 {include file="dashboards/DashboardHeaderIcons.tpl"|@vtemplate_path:$MODULE_NAME} 32 </div> 33 </td> 34 </tr> 35 </tbody> 36 </table>
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 |