// installer typography
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div id="dbPart">
|
||||
<h2><?php echo $this->l('Configure your database by filling out the following fields') ?></h2>
|
||||
<p>
|
||||
<?php echo $this->l('To use PrestaShop, you must <a href="http://doc.prestashop.com/display/PS15/Installing+PrestaShop#InstallingPrestaShop-Creatingadatabaseforyourshop" target="_blank">create a database</a> to collect all of your store’s data-related activities.') ?>
|
||||
<?php echo $this->l('To use PrestaShop, you must <a href="http://doc.prestashop.com/display/PS15/Installing+PrestaShop#InstallingPrestaShop-Creatingadatabaseforyourshop" target="_blank">create a database</a> to collect all of your store\'s data-related activities.') ?>
|
||||
<br />
|
||||
<?php echo $this->l('Please complete the fields below in order for PrestaShop to connect to your database. ') ?>
|
||||
</p>
|
||||
@@ -13,7 +13,7 @@
|
||||
<p class="first" style="margin-top: 15px;">
|
||||
<label for="dbServer"><?php echo $this->l('Database server address') ?> </label>
|
||||
<input size="25" class="text" type="text" id="dbServer" name="dbServer" value="<?php echo htmlspecialchars($this->database_server) ?>" />
|
||||
<span class="userInfos aligned"><?php echo $this->l('The default port is 3306. To use a different port, add the port number at the end of your server’s address i.e ":4242".') ?></span>
|
||||
<span class="userInfos aligned"><?php echo $this->l('The default port is 3306. To use a different port, add the port number at the end of your server\'s address i.e ":4242".') ?></span>
|
||||
</p>
|
||||
<p>
|
||||
<label for="dbName"><?php echo $this->l('Database name') ?> </label>
|
||||
|
||||
Reference in New Issue
Block a user