[ 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 {strip} 13 <div class="editContainer" style="padding-left: 1%;padding-right: 3%"> 14 <h3> 15 {if $RECORD_ID eq ''} 16 {vtranslate('LBL_CREATING_CHART_REPORT',$QUALIFIED_MODULE)} 17 {else} 18 {vtranslate('LBL_EDITING_CHART_REPORT',$QUALIFIED_MODULE)} : {$REPORT_MODEL->get('reportname')} 19 {/if} 20 </h3> 21 <hr> 22 <div> 23 <ul class="crumbs marginLeftZero"> 24 <li class="first step" style="z-index:9" id="step1"> 25 <a> 26 <span class="stepNum">1</span> 27 <span class="stepText">{vtranslate('LBL_REPORT_DETAILS',$MODULE)}</span> 28 </a> 29 </li> 30 <li style="z-index:8" class="step" id="step2"> 31 <a> 32 <span class="stepNum">2</span> 33 <span class="stepText">{vtranslate('LBL_FILTERS',$MODULE)}</span> 34 </a> 35 </li> 36 <li class="step last" style="z-index:7" id="step3"> 37 <a> 38 <span class="stepNum">3</span> 39 <span class="stepText">{vtranslate('LBL_SELECT_CHART',$MODULE)}</span> 40 </a> 41 </li> 42 </ul> 43 </div> 44 <div class="clearfix"></div> 45 </div> 46 {/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 |