Merge pull request #980 from djfm/development
// no line breaks in $this->l()
This commit is contained in:
@@ -143,10 +143,7 @@ class StatsEquipment extends ModuleGraph
|
|||||||
<div class="blocStats"><h2 class="icon-guide"><span></span>'.$this->l('Guide').'</h2>
|
<div class="blocStats"><h2 class="icon-guide"><span></span>'.$this->l('Guide').'</h2>
|
||||||
<h2>'.$this->l('Ensure that your website is accessible to all.').'</h2>
|
<h2>'.$this->l('Ensure that your website is accessible to all.').'</h2>
|
||||||
<p>
|
<p>
|
||||||
'.$this->l('When managing Websites, it is important to keep track of software used by visitors in order to be sure that the site displays the same way for everyone.
|
'.$this->l('When managing Websites, it is important to keep track of software used by visitors in order to be sure that the site displays the same way for everyone. PrestaShop was built in order to be compatible with most recent Web browsers and computer operating systems (OS). However, because you may end up adding advanced features to your Website or even modify the core PrestaShop code, these additions may not be accessible by everyone. That is why it is a good idea to keep tabs on the percentage of users for each type of software before adding or changing something that only a limited number of users will be able to access.').'
|
||||||
PrestaShop was built in order to be compatible with most recent Web browsers and computer operating systems (OS).
|
|
||||||
However, because you may end up adding advanced features to your Website or even modify the core PrestaShop code, these additions may not be accessible by everyone.
|
|
||||||
That is why it is a good idea to keep tabs on the percentage of users for each type of software before adding or changing something that only a limited number of users will be able to access.').'
|
|
||||||
</p><br />
|
</p><br />
|
||||||
|
|
||||||
</div>';
|
</div>';
|
||||||
|
|||||||
@@ -284,8 +284,7 @@ class StatsProduct extends ModuleGraph
|
|||||||
'.$this->l('After choosing a category and selecting a product, informational graphs will appear.').'
|
'.$this->l('After choosing a category and selecting a product, informational graphs will appear.').'
|
||||||
<ul>
|
<ul>
|
||||||
<li class="bullet">'.$this->l('If you notice that a product is often purchased but viewed infrequently, you should display it more prominently in your Front Office. ').'</li>
|
<li class="bullet">'.$this->l('If you notice that a product is often purchased but viewed infrequently, you should display it more prominently in your Front Office. ').'</li>
|
||||||
<li class="bullet">'.$this->l('On the other hand, if a product has many viewings but is not often purchased,
|
<li class="bullet">'.$this->l('On the other hand, if a product has many viewings but is not often purchased, we advise you to check or modify this product\'s information, description and photography again.').'
|
||||||
we advise you to check or modify this product\'s information, description and photography again.').'
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user