_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');
<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">
<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>
<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">