Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-01-12-16-09-32
[civicrm-core.git] / templates / CRM / common / WizardHeader.tpl
index 7540165a6251559da2a23a3388218700f63290ac..772954c6b0469252dc0ffb1bf117b70bb41f1f8e 100644 (file)
@@ -1,6 +1,6 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -74,9 +74,9 @@
             {if !$wizard.steps[step].valid}
                 {assign var="stepClass" value="$stepClass not-valid"}
             {/if}
-            {* wizard.steps[step].link value is passed for wizards/steps which allow clickable navigation *} 
+            {* wizard.steps[step].link value is passed for wizards/steps which allow clickable navigation *}
             <li class="{$stepClass}">{$stepPrefix}{if $wizard.steps[step].link}<a href="{$wizard.steps[step].link}">{/if}{$title}{if $wizard.steps[step].link}</a>{/if}</li>
-        {/if} 
+        {/if}
     {/section}
    </ul>
 </div>