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