[*] Installer : installer improvements - Step 1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head>
|
||||
<title><?php echo $this->l('PrestaShop Wizard Installer') ?></title>
|
||||
<title><?php echo $this->l('PrestaShop Installation Assistant') ?></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
@@ -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('Installation wizard') ?></h1>
|
||||
<h1><?php echo $this->l('Installation Assistant') ?></h1>
|
||||
|
||||
<ul id="stepList_1" class="stepList clearfix">
|
||||
<?php foreach ($this->getSteps() as $step): ?>
|
||||
|
||||
Reference in New Issue
Block a user