projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[TASK] Add preset for mail SMTP settings in install tool
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
install
/
Resources
/
Private
/
Partials
/
Action
/
Tool
/
Configuration
/
Mail
/
Sendmail.html
diff --git
a/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Mail/Sendmail.html
b/typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Mail/Sendmail.html
index
8f7fa02
..
b33776c
100644
(file)
--- a/
typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Mail/Sendmail.html
+++ b/
typo3/sysext/install/Resources/Private/Partials/Action/Tool/Configuration/Mail/Sendmail.html
@@
-24,10
+24,11
@@
<div class="message-body>">
<f:if condition="{preset.isAvailable}">
<f:then>
<div class="message-body>">
<f:if condition="{preset.isAvailable}">
<f:then>
- If you enable this setting the sendmail command will be set to: <pre>{preset.sendmailPath}</pre>
+ <p>If you enable this setting the sendmail command will be set to:</p>
+ <p><pre>{preset.sendmailPath}</pre></p>
</f:then>
<f:else>
</f:then>
<f:else>
- Sendmail was not found in your PHP settings.
+ <p>Sendmail was not found in your PHP settings.</p>
</f:else>
</f:if>
</div>
</f:else>
</f:if>
</div>