Fixed tet in a help pop-up.
This commit is contained in:
parent
da17532889
commit
af7af852b7
|
@ -36,9 +36,11 @@ function clippy_extension_cron_send_email() {
|
||||||
'intro' => '<table>' .
|
'intro' => '<table>' .
|
||||||
'<tr>' .
|
'<tr>' .
|
||||||
'<td class="context_help_body">' .
|
'<td class="context_help_body">' .
|
||||||
|
'<div style="word-break: break-word;">' .
|
||||||
__('The configuration of email for the task email is in the file:') . '<br />' .
|
__('The configuration of email for the task email is in the file:') . '<br />' .
|
||||||
'<www>/pandora_console/enterprise/extensions/cron/email_config.php <br />' .
|
'<www>/pandora_console/enterprise/extensions/cron/email_config.php <br />' .
|
||||||
__('Please check if the email configuration is correct.') .
|
__('Please check if the email configuration is correct.') .
|
||||||
|
'</div>' .
|
||||||
'</td>' .
|
'</td>' .
|
||||||
'</tr>' .
|
'</tr>' .
|
||||||
'</table>'
|
'</table>'
|
||||||
|
|
Loading…
Reference in New Issue