Resolved a few minor issues
authorAlexander Ebert <ebert@woltlab.com>
Thu, 11 Sep 2014 11:09:58 +0000 (13:09 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 11 Sep 2014 11:09:58 +0000 (13:09 +0200)
wcfsetup/install/files/js/WCF.Message.js
wcfsetup/install/files/style/redactor.less
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index e109d281e668b9d7e987505e3c4e7828e7ec3954..1a45ed3c58f28a89c74386d2998cdd06ca154e62 100644 (file)
@@ -364,7 +364,7 @@ WCF.Message.Preview = Class.extend({
        _getParameters: function(message) {
                // collect message form options
                var $options = { };
-               $('#settings').find('input[type=checkbox]').each(function(index, checkbox) {
+               $('#settings_' + this._messageFieldID).find('input[type=checkbox]').each(function(index, checkbox) {
                        var $checkbox = $(checkbox);
                        if ($checkbox.is(':checked')) {
                                $options[$checkbox.prop('name')] = $checkbox.prop('value');
index f6f0f1d2eec6c9669f9a20f65624662568475889..411cc1ff4ca4f59a512ea68481c907d28ae263a1 100644 (file)
@@ -55,7 +55,8 @@
                padding: 0;
        }
        
-       & + .innerError {
+       & + .innerError,
+       > .innerError {
                border-radius: 0;
                box-shadow: none;
                display: block;
index 761b5b4b543b4af3fb9104d29cf8e93797f86574..b6028547799e8e2f587cff967718019730fc25f8 100644 (file)
@@ -1031,6 +1031,7 @@ GmbH=Gesellschaft mit beschränkter Haftung]]></item>
                <item name="wcf.acp.option.gravatar_default_type.retro"><![CDATA[Retro]]></item>
                <item name="wcf.acp.option.search_engine"><![CDATA[Suche]]></item>
                <item name="wcf.acp.option.search_engine.mysql"><![CDATA[MySQL FULLTEXT (Standard)]]></item>
+               <item name="wcf.acp.option.enable_pluginstore_widget"><![CDATA[Empfohlene Produkte aus dem WoltLab® Plugin-Store auf der Startseite der Administrationsoberfläche anzeigen]]></item>
        </category>
        
        <category name="wcf.acp.package">
index 06ade3191c5bdafea413f01b51f99fe606c05027..336435d29526bdee8f9b2c96499ca842153372f7 100644 (file)
@@ -815,7 +815,7 @@ Examples for medium ID detection:
                <item name="wcf.acp.option.category.general.system.packageServer"><![CDATA[Update Server]]></item>
                <item name="wcf.acp.option.package_server_auth_code"><![CDATA[Authentication Code]]></item>
                <item name="wcf.acp.option.package_server_auth_code.description"><![CDATA[Your authentication code is available in the customers area on woltlab.com.]]></item>
-               <item name="wcf.acp.option.enable_woltlab_news"><![CDATA[Show WoltLab news on the administration control panel’s start page.]]></item>
+               <item name="wcf.acp.option.enable_woltlab_news"><![CDATA[Show WoltLab news on the administration control panel’s start page]]></item>
                <item name="wcf.acp.option.category.security.antispam.recaptcha"><![CDATA[reCAPTCHA]]></item>
                <item name="wcf.acp.option.recaptcha_publickey"><![CDATA[Public API Key]]></item>
                <item name="wcf.acp.option.recaptcha_publickey.description"><![CDATA[You can request an own API-Key for using reCAPTCHA on the <a href="https://www.google.com/recaptcha/admin/create" class="externalURL">reCAPTCHA website</a>.]]></item>
@@ -1030,6 +1030,7 @@ GmbH=Gesellschaft mit beschränkter Haftung]]></item>
                <item name="wcf.acp.option.gravatar_default_type.retro"><![CDATA[Retro]]></item>
                <item name="wcf.acp.option.search_engine"><![CDATA[Search Engine]]></item>
                <item name="wcf.acp.option.search_engine.mysql"><![CDATA[MySQL FULLTEXT (default)]]></item>
+               <item name="wcf.acp.option.enable_pluginstore_widget"><![CDATA[Show recommended products from the WoltLab® Plugin-Store on the administration control panel’s start page]]></item>
        </category>
        
        <category name="wcf.acp.package">