// installer typography

This commit is contained in:
fram
2013-11-04 16:20:10 +01:00
parent d0c6d86eb9
commit 5f1efc6b63
13 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -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 stores 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 servers 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>