MINOR renaming method to be consitant with the naming

This commit is contained in:
Peter Thaleikis 2015-12-01 23:26:41 +13:00
parent ffa50b1f48
commit 08a32a450b
2 changed files with 3 additions and 3 deletions

View File

@ -180,8 +180,8 @@ abstract class MultiForm extends Form {
*
* @return string
*/
public function get_var() {
return $this->config()->get_var;;
public function getGetVar() {
return $this->config()->get_var;
}
/**

View File

@ -1,7 +1,7 @@
<ul class="stepIndicator current-$CurrentStep.class">
<% loop AllStepsLinear %>
<li class="$ClassName<% if LinkingMode %> $LinkingMode<% end_if %><% if FirstLast %> $FirstLast<% end_if %><% if $ExtraClasses %> $ExtraClasses<% end_if %>">
<% if LinkingMode = current %><% else %><% if ID %><a href="{$Top.URLSegment}/?${Top.get_var}={$SessionID}&amp;StepID={$ID}"><% end_if %><% end_if %>
<% if LinkingMode = current %><% else %><% if ID %><a href="{$Top.URLSegment}/?${Top.GetVar}={$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>