From: Marcel Werk Date: Mon, 20 May 2013 17:11:53 +0000 (+0200) Subject: Resolved some todos X-Git-Tag: 2.0.0_Beta_1~136^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5859790d4be87846d718484a7dfe8ec701271c16;p=GitHub%2FWoltLab%2FWCF.git Resolved some todos --- diff --git a/wcfsetup/install/files/acp/templates/userBulkProcessing.tpl b/wcfsetup/install/files/acp/templates/userBulkProcessing.tpl index d961da3a13..c7d6d615f0 100644 --- a/wcfsetup/install/files/acp/templates/userBulkProcessing.tpl +++ b/wcfsetup/install/files/acp/templates/userBulkProcessing.tpl @@ -214,29 +214,28 @@
{lang}wcf.acp.user.sendMail.mail{/lang} - -
+ +
- - {if $errorField == 'from'} + + {if $errorField == 'subject'} {if $errorType == 'empty'}{lang}wcf.global.form.error.empty{/lang}{/if} {/if} - {lang}wcf.acp.user.sendMail.from.description{/lang}
- -
+ +
- - {if $errorField == 'subject'} + + {if $errorField == 'from'} {if $errorType == 'empty'}{lang}wcf.global.form.error.empty{/lang}{/if} {/if} - {lang}wcf.acp.user.sendMail.subject.description{/lang} + {lang}wcf.acp.user.sendMail.from.description{/lang}
@@ -249,7 +248,6 @@ {if $errorType == 'empty'}{lang}wcf.global.form.error.empty{/lang}{/if} {/if} - {lang}wcf.acp.user.sendMail.text.description{/lang} diff --git a/wcfsetup/install/files/acp/templates/userMail.tpl b/wcfsetup/install/files/acp/templates/userMail.tpl index aaa63f739a..35585de709 100644 --- a/wcfsetup/install/files/acp/templates/userMail.tpl +++ b/wcfsetup/install/files/acp/templates/userMail.tpl @@ -108,7 +108,7 @@ {/if} {/if} - {lang}wcf.acp.user.sendMail.from.description{/lang} + {lang}wcf.acp.user.sendMail.from.description{/lang} diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 44da9dcb64..ca31033088 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -769,9 +769,9 @@ - Hier können Sie die E-Mail-Adresse des Absenders definieren.{if MAIL_USE_FORMATTED_ADDRESS} Es ist auch folgendes Format möglich:{/if}

-{if MAIL_USE_FORMATTED_ADDRESS}

Absender Name <email@absender.tld>

{/if} -

Wenn Sie unter System -> Optionen -> Allgemein -> E-Mails alles ausgefüllt haben, wird dieses Feld automatisch ausgefüllt. Sollten Sie E-Mails per SMTP senden, so achten Sie darauf, dass die E-Mail-Adresse des Absenders auch vom Server akzeptiert werden muss.

]]>
+ +{if MAIL_USE_FORMATTED_ADDRESS}Absender Name <email@absender.tld>
{/if} +Wenn Sie unter System -> Optionen -> Allgemein -> E-Mails alles ausgefüllt haben, wird dieses Feld automatisch ausgefüllt. Sollten Sie E-Mails per SMTP senden, so achten Sie darauf, dass die E-Mail-Adresse des Absenders auch vom Server akzeptiert werden muss.]]>
diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index ca722b0640..7cb5034198 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -769,9 +769,9 @@ - Specify the sender’s email address.{if MAIL_USE_FORMATTED_ADDRESS} It is possible to use the following format:{/if}

-{if MAIL_USE_FORMATTED_ADDRESS}

Sender Name <email@example.com>

{/if} -

You can define the default sender in System -> Options -> General -> Emails. The sender’s email must be known to the server if using SMTP, otherwise it would be rejected.

]]>
+ +{if MAIL_USE_FORMATTED_ADDRESS}Sender Name <email@example.com>
{/if} +You can define the default sender in System -> Options -> General -> Emails. The sender’s email must be known to the server if using SMTP, otherwise it would be rejected.]]>