Look and feel v10
This commit is contained in:
parent
a93cbd4320
commit
5707aff7c4
@ -519,7 +519,7 @@ else
|
|||||||
{
|
{
|
||||||
dol_fiche_head($head, 'common', '', -1);
|
dol_fiche_head($head, 'common', '', -1);
|
||||||
|
|
||||||
print $langs->trans("EMailsDesc")."<br>\n";
|
print '<span class="opacitymedium">'.$langs->trans("EMailsDesc")."</span><br>\n";
|
||||||
print "<br>\n";
|
print "<br>\n";
|
||||||
|
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
|
|||||||
@ -396,7 +396,7 @@ else
|
|||||||
{
|
{
|
||||||
dol_fiche_head($head, 'common_emailing', '', -1);
|
dol_fiche_head($head, 'common_emailing', '', -1);
|
||||||
|
|
||||||
print $langs->trans("EMailsDesc")."<br>\n";
|
print '<span class="opacitymedium">'.$langs->trans("EMailsDesc")."</span><br>\n";
|
||||||
print "<br>\n";
|
print "<br>\n";
|
||||||
|
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
|
|||||||
@ -516,8 +516,8 @@ class CMailFile
|
|||||||
|
|
||||||
// EMailing feature may be a spam problem, so when you host several users/instance, having this option may force each user to use their own SMTP agent.
|
// EMailing feature may be a spam problem, so when you host several users/instance, having this option may force each user to use their own SMTP agent.
|
||||||
// You ensure that every user is using its own SMTP server when using the mass emailing module.
|
// You ensure that every user is using its own SMTP server when using the mass emailing module.
|
||||||
$linktoadminemailbefore='';
|
$linktoadminemailbefore='<a href="'.DOL_URL_ROOT.'/admin/mails.php">';
|
||||||
$linktoadminemailend='';
|
$linktoadminemailend='</a>';
|
||||||
$this->error = $langs->trans("MailSendSetupIs", $listofmethods[$sendingmode]);
|
$this->error = $langs->trans("MailSendSetupIs", $listofmethods[$sendingmode]);
|
||||||
$this->errors[] = $langs->trans("MailSendSetupIs", $listofmethods[$sendingmode]);
|
$this->errors[] = $langs->trans("MailSendSetupIs", $listofmethods[$sendingmode]);
|
||||||
$this->error .= '<br>'.$langs->trans("MailSendSetupIs2", $linktoadminemailbefore, $linktoadminemailend, $langs->transnoentitiesnoconv("MAIN_MAIL_SENDMODE"), $listofmethods['smtps']);
|
$this->error .= '<br>'.$langs->trans("MailSendSetupIs2", $linktoadminemailbefore, $linktoadminemailend, $langs->transnoentitiesnoconv("MAIN_MAIL_SENDMODE"), $listofmethods['smtps']);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user