47 lines
1.9 KiB
Smarty
47 lines
1.9 KiB
Smarty
{*<!--
|
|
/*********************************************************************************
|
|
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
|
* ("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.
|
|
*
|
|
********************************************************************************/
|
|
-->*}
|
|
{strip}
|
|
<div class="editContainer" style="padding-left: 2%;padding-right: 2%">
|
|
<br>
|
|
<h3>
|
|
{if $RECORD_ID eq ''}
|
|
{vtranslate('LBL_CREATING_REPORT',$QUALIFIED_MODULE)}
|
|
{else}
|
|
{vtranslate('LBL_EDITING_REPORT',$QUALIFIED_MODULE)} : {$REPORT_MODEL->get('reportname')}
|
|
{/if}
|
|
</h3>
|
|
<hr>
|
|
<div>
|
|
<ul class="crumbs marginLeftZero">
|
|
<li class="first step" style="z-index:9" id="step1">
|
|
<a>
|
|
<span class="stepNum">1</span>
|
|
<span class="stepText">{vtranslate('LBL_REPORT_DETAILS',$MODULE)}</span>
|
|
</a>
|
|
</li>
|
|
<li style="z-index:8" class="step" id="step2">
|
|
<a>
|
|
<span class="stepNum">2</span>
|
|
<span class="stepText">{vtranslate('LBL_SELECT_COLUMNS',$MODULE)}</span>
|
|
</a>
|
|
</li>
|
|
<li class="step last" style="z-index:7" id="step3">
|
|
<a>
|
|
<span class="stepNum">3</span>
|
|
<span class="stepText">{vtranslate('LBL_FILTERS',$MODULE)}</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="clearfix"></div>
|
|
</div>
|
|
{/strip} |