2021-04-28 20:10:26 +02:00

43 lines
1.4 KiB
Smarty

{*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************}
<div class="progressbar-circles">
<div class="steps-border"></div>
<table class="step-table" width="100%">
<tbody>
<tr class="step-row">
<td class="step-cell active-step nlWizStepCell text-nowrap">
<span class="step-border">
<span class="step-num">1</span>
</span>
<span class="step-text">{$MOD.ChooseRecipients}</span>
</td>
<td class="step-cell next-step nlWizStepCell text-nowrap">
<span class="step-border">
<span class="step-num">2</span>
</span>
<span class="step-text">Template</span>
</td>
<td class="step-cell next-step nlWizStepCell text-nowrap">
<span class="step-border">
<span class="step-num">3</span>
</span>
<span class="step-text">{$MOD.NewsletterData}</span>
</td>
<td class="step-cell next-step nlWizStepCell text-nowrap">
<span class="step-border">
<span class="step-num">4</span>
</span>
<span class="step-text">Test</span>
</td>
<td class="step-cell next-step nlWizStepCell text-nowrap">
<span class="step-border">
<span class="step-num">5</span>
</span>
<span class="step-text">{$MOD.ScheduleNewsletter}</span>
</td>
</tr>
</tbody>
</table>
</div>