diff --git a/css/admin.css b/css/admin.css index 9a5d0a12e..7494a9fc8 100644 --- a/css/admin.css +++ b/css/admin.css @@ -48,6 +48,7 @@ input { p { margin: 0.5em 0; + color:#585A69; } hr { diff --git a/css/login.css b/css/login.css index 3e086c658..fdb0bf3e6 100644 --- a/css/login.css +++ b/css/login.css @@ -171,5 +171,9 @@ input:focus, textarea:focus { } .center { + font-size:20px; + font-weight: normal; text-align: center; } + +#login form span { font-weight:normal;} diff --git a/modules/pagesnotfound/pagesnotfound.php b/modules/pagesnotfound/pagesnotfound.php index 6d010d9b8..b21c1597e 100644 --- a/modules/pagesnotfound/pagesnotfound.php +++ b/modules/pagesnotfound/pagesnotfound.php @@ -107,7 +107,7 @@ class Pagesnotfound extends Module $this->_html .= '
'.$this->l('Pages not found have been deleted.').''.$this->l('A 404 error is an HTTP error code which means that the file requested by the user cannot be found. In your case it means that one of your visitors entered a wrong URL in the address bar or that you or another website has a dead link. diff --git a/modules/sekeywords/sekeywords.php b/modules/sekeywords/sekeywords.php index 3e29162de..7ddf7b3d8 100644 --- a/modules/sekeywords/sekeywords.php +++ b/modules/sekeywords/sekeywords.php @@ -105,7 +105,7 @@ class SEKeywords extends ModuleGraph $this->csvExport(array('type' => 'pie')); $result = Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS($this->_query.ModuleGraph::getDateBetween().$this->_query2); $total = count($result); - $this->html = '
'.$this->l('No keywords').'
'; $this->html .= ''.$this->l('One of the most common ways of finding a website through a search engine. Identifying the most popular keywords entered by your new visitors allows you to see which products you should put in front if you want to attract more visitors and potential customers.').' diff --git a/modules/statsbestcategories/statsbestcategories.php b/modules/statsbestcategories/statsbestcategories.php index d9de276f0..3c87959ef 100644 --- a/modules/statsbestcategories/statsbestcategories.php +++ b/modules/statsbestcategories/statsbestcategories.php @@ -111,7 +111,7 @@ class StatsBestCategories extends ModuleGrid $this->_html = '
'.$this->l('CSV Export').'
+
'.$this->l('Determine the percentage of web browsers used by your customers.').'
'.$this->l('Determine the percentage of operating systems used by your customers.').'
'.$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. diff --git a/modules/statsforecast/statsforecast.php b/modules/statsforecast/statsforecast.php index 37f83f5ab..1fe6b3cc1 100644 --- a/modules/statsforecast/statsforecast.php +++ b/modules/statsforecast/statsforecast.php @@ -128,7 +128,7 @@ class StatsForecast extends Module $dataTable[$row['fix_date']] = $row; $this->_html .= '
'.$this->l('All amounts are without taxes.').'
'.$this->l('CSV Export').''.$this->l('After choosing a category and selecting a product, informational graphs will appear. Then, you will be able to analyze them.').' diff --git a/modules/statsregistrations/statsregistrations.php b/modules/statsregistrations/statsregistrations.php index 76e4dfa6b..7dd3ef0fa 100644 --- a/modules/statsregistrations/statsregistrations.php +++ b/modules/statsregistrations/statsregistrations.php @@ -109,16 +109,17 @@ class StatsRegistrations extends ModuleGraph if (Tools::getValue('export')) $this->csvExport(array('layers' => 0, 'type' => 'line')); $this->_html = ' -
- '.$this->l('Visitors who have stopped at the registering step:').' '.(int)($totalBlocked).($totalRegistrations ? ' ('.number_format(100*$totalBlocked/($totalRegistrations+$totalBlocked), 2).'%)' : '').'
- '.$this->l('Visitors who have placed an order directly after registration:').' '.(int)($totalBuyers).($totalRegistrations ? ' ('.number_format(100*$totalBuyers/($totalRegistrations), 2).'%)' : '').'
-
'.$this->l('Total customer accounts:').' '.$totalRegistrations.'
+'.$this->l('The total number of accounts created is not in itself important information. However, it is beneficial to analyze the number created over time. This will indicate whether or not things are on the right track.').'
'.$this->l('These graphs represent the evolution of your orders and sales turnover for a given period. This tool allows for quick overview of the viability of your shop. You can also keep watch on the difference between time periods (like the holiday season). Only valid orders are included in these two graphs.').'
'.$this->l('Orders placed:').' '.(int)($totals['orderCount']).'
-'.$this->l('Products bought:').' '.(int)($totals['products']).'
+'.$this->l('Orders placed:').' '.(int)($totals['orderCount']).'
+'.$this->l('Products bought:').' '.(int)($totals['products']).'
'.$this->l('Sales:').' '.Tools::displayPrice($totals['orderSum'], $currency).'
+ +
'.$this->l('You can see the order state distribution below.').'
'.$this->l('In your back-office, you can find the following order statuses : Awaiting check payment, Payment accepted, Preparation in progress, Shipping, Delivered, Cancelled, Refund, Payment error, Out of stock, and Awaiting bank wire payment.').'
diff --git a/modules/statsvisits/statsvisits.php b/modules/statsvisits/statsvisits.php
index 45631036f..f333233aa 100644
--- a/modules/statsvisits/statsvisits.php
+++ b/modules/statsvisits/statsvisits.php
@@ -85,18 +85,18 @@ class StatsVisits extends ModuleGraph
if (Tools::getValue('export'))
$this->csvExport(array('layers' => 2, 'type' => 'line', 'option' => 3));
$this->html = '
-
'.$this->l('A visit corresponds to an internet user coming to your shop. Until the end of their session, only one visit is counted.').'
'.$this->l('A visitor is an unknown person, who has not registered or logged on, surfing on your shop. A visitor can come and visit your shop many times.').'
'.$this->l('Total visits:').' '.$totalVisits.'
-'.$this->l('Total visitors:').' '.$totalGuests.'
- '.($totalVisits ? $this->engine($graphParams).'' : '').' +'.$this->l('Total visits:').' '.$totalVisits.'
+'.$this->l('Total visitors:').' '.$totalGuests.'
+ '.($totalVisits ? $this->engine($graphParams).'' : '').'