<form method="post" action="{link controller='Settings'}{/link}">
{if $category == 'general'}
{if $availableLanguages|count > 1}
- <section class="section">
+ <section class="section" id="language">
<h2 class="sectionTitle">{lang}wcf.user.language{/lang}</h2>
<dl>
{/if}
{if $availableStyles|count > 1}
- <section class="section">
+ <section class="section" id="style">
<h2 class="sectionTitle">{lang}wcf.user.styles{/lang}</h2>
<dl>
{/if}
{if MODULE_TROPHY && $__wcf->getSession()->getPermission('user.profile.trophy.maxUserSpecialTrophies') > 0 && $availableTrophies|count}
- <section class="section">
+ <section class="section" id="trophy">
<h2 class="sectionTitle">{lang}wcf.user.trophy.trophies{/lang}</h2>
<dl{if $errorField == 'specialTrophies'} class="formError"{/if}>
<dt>{lang}wcf.user.trophy.specialTrophies{/lang}</dt>
{if !$optionTree|empty}
{foreach from=$optionTree[0][categories][0][categories] item=optionCategory}
- <section class="section">
+ <section class="section" id="optionCategory_{@$optionCategory[object]->categoryName}">
<h2 class="sectionTitle">{lang}wcf.user.option.category.{@$optionCategory[object]->categoryName}{/lang}</h2>
{include file='userProfileOptionFieldList' options=$optionCategory[options] langPrefix='wcf.user.option.'}