mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
$LinkingMode isn't always available, like for a step that hasn't been reached yet
This commit is contained in:
parent
75ce791dca
commit
c4cb832e57
@ -1,6 +1,6 @@
|
||||
<ul class="stepIndicator current-$CurrentStep.class">
|
||||
<% control AllStepsLinear %>
|
||||
<li class="$ClassName $LinkingMode<% if FirstLast %> $FirstLast<% end_if %>">
|
||||
<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}&StepID={$ID}"><% end_if %><% end_if %>
|
||||
<% if Title %>$Title<% else %>$ClassName<% end_if %>
|
||||
<% if LinkingMode = current %><% else %><% if ID %></a><% end_if %><% end_if %>
|
||||
|
Loading…
Reference in New Issue
Block a user