From: Tim Düsterhus Date: Fri, 12 Feb 2021 13:36:32 +0000 (+0100) Subject: Add `id`s to sections in SettingsForm X-Git-Tag: 5.4.0_Alpha_1~260^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0e4170a15a97683b670ffc1948050f8107fabfb2;p=GitHub%2FWoltLab%2FWCF.git Add `id`s to sections in SettingsForm Resolves #3972 --- diff --git a/com.woltlab.wcf/templates/settings.tpl b/com.woltlab.wcf/templates/settings.tpl index 8f068198b8..7ab57efe08 100644 --- a/com.woltlab.wcf/templates/settings.tpl +++ b/com.woltlab.wcf/templates/settings.tpl @@ -15,7 +15,7 @@
{if $category == 'general'} {if $availableLanguages|count > 1} -
+

{lang}wcf.user.language{/lang}

@@ -69,7 +69,7 @@ {/if} {if $availableStyles|count > 1} -
+

{lang}wcf.user.styles{/lang}

@@ -90,7 +90,7 @@ {/if} {if MODULE_TROPHY && $__wcf->getSession()->getPermission('user.profile.trophy.maxUserSpecialTrophies') > 0 && $availableTrophies|count} -
+

{lang}wcf.user.trophy.trophies{/lang}

{lang}wcf.user.trophy.specialTrophies{/lang}
@@ -122,7 +122,7 @@ {if !$optionTree|empty} {foreach from=$optionTree[0][categories][0][categories] item=optionCategory} -
+

{lang}wcf.user.option.category.{@$optionCategory[object]->categoryName}{/lang}

{include file='userProfileOptionFieldList' options=$optionCategory[options] langPrefix='wcf.user.option.'}