// A few changes in the installation wizard

This commit is contained in:
Damien Metzger
2013-02-01 17:47:51 +01:00
parent 7b6b9ceaf6
commit 1b815134a1
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
<div id="sheets" class="sheet shown">
<div id="sheet_<?php echo $this->step ?>" class="sheet shown clearfix">
<div class="contentTitle">
<h1><?php echo $this->l('menu_'.$this->step) ?></h1>
<h1><?php echo $this->l('Installation wizard') ?></h1>
<ul id="stepList_1" class="stepList clearfix">
<?php foreach ($this->getSteps() as $step): ?>