isI18n: {if $article->isMultilingual}true{else}false{/if},
languages: { {implode from=$languages item=language glue=', '}{@$language->languageID}: '{$language|encodeJS}'{/implode} }
},
- '{link controller='ArticleList'}{/link}'
- })
+ redirectUrl: '{link controller='ArticleList'}{/link}'
+ });
{/if}
});
</script>
});
{if !$labelGroups|empty}
- new WCF.Label.ArticleLabelChooser({ {implode from=$labelGroupsToCategories key=__labelCategoryID item=labelGroupIDs}{@$__labelCategoryID}: [ {implode from=$labelGroupIDs item=labelGroupID}{@$labelGroupID}{/implode} ] {/implode} }, { {implode from=$labelIDs key=groupID item=labelID}{@$groupID}: {@$labelID}{/implode} }, '.articleAddForm')
+ new WCF.Label.ArticleLabelChooser({ {implode from=$labelGroupsToCategories key=__labelCategoryID item=labelGroupIDs}{@$__labelCategoryID}: [ {implode from=$labelGroupIDs item=labelGroupID}{@$labelGroupID}{/implode} ] {/implode} }, { {implode from=$labelIDs key=groupID item=labelID}{@$groupID}: {@$labelID}{/implode} }, '.articleAddForm');
{/if}
new WCF.Message.I18nPreview({
/**
* The limit of objects in one sitemap file.
*/
- public const SITEMAP_OBJECT_LIMIT = 25000;
+ const SITEMAP_OBJECT_LIMIT = 25000;
/**
* Prefix for stored data in the registry.
* @since 5.3
*/
- public const REGISTRY_PREFIX = 'sitemapData_';
+ const REGISTRY_PREFIX = 'sitemapData_';
/**
* @inheritDoc