//put mobile warning in real warning

This commit is contained in:
vAugagneur
2012-11-14 13:34:46 +00:00
parent 78ecc83941
commit a324cb273c
+1 -1
View File
@@ -212,7 +212,7 @@ class AdminThemesControllerCore extends AdminController
if (!$paypal_installed && in_array($iso_code, $paypal_countries))
{
$this->errors[] = $this->l('The mobile theme only works with the PayPal\'s payment module at this time. Please activate the module to enable payments.')
$this->warnings[] = $this->l('The mobile theme only works with the PayPal\'s payment module at this time. Please activate the module to enable payments.')
.'<br>'.
$this->l('In order to use the mobile theme you have to install and configure the PayPal module.');
}