3.x compatible template usage

This commit is contained in:
Ingo Schommer 2013-06-20 17:10:47 +02:00
parent 22b7031de5
commit 2bd5d93441
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
<ul class="stepIndicator current-$CurrentStep.class">
<% control AllStepsLinear %>
<% loop AllStepsLinear %>
<li class="$ClassName<% if LinkingMode %> $LinkingMode<% end_if %><% if FirstLast %> $FirstLast<% end_if %>">
<% if LinkingMode = current %><% else %><% if ID %><a href="{$Top.URLSegment}/?MultiFormSessionID={$SessionID}&amp;StepID={$ID}"><% end_if %><% end_if %>
<% if Title %>$Title<% else %>$ClassName<% end_if %>
<% if LinkingMode = current %><% else %><% if ID %></a><% end_if %><% end_if %>
</li>
<% end_control %>
<% end_loop %>
</ul>