// MERGE with 1.4 r7770
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7776 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -81,8 +81,8 @@ class AdminEmails extends AdminPreferences
|
||||
<fieldset class="width2" style="margin-top: 10px;">
|
||||
<legend><img src="../img/admin/email.gif" alt="" /> '.$this->l('Test your e-mail configuration').'</legend>
|
||||
<script type="text/javascript">
|
||||
var textMsg = "'.$this->l('This is a test message, your server is now available to send email').'";
|
||||
var textSubject = "'.$this->l('Test message - Prestashop').'";
|
||||
var textMsg = "'.urlencode($this->l('This is a test message, your server is now available to send email')).'";
|
||||
var textSubject = "'.urlencode($this->l('Test message - Prestashop')).'";
|
||||
var textSendOk = "'.$this->l('Mail is sent').'";
|
||||
var textSendError= "'.$this->l('Error: please check your configuration').'";
|
||||
var errorMail = "'.$this->l('This email address is wrong!').'";
|
||||
|
||||
Reference in New Issue
Block a user