-<fieldset>
- <dl>
- {foreach from=$selectOptions key=key item=selectOption}
- <dd>
- <label><input type="radio" name="values[{$option->optionName}]" value="{$key}" {if $value == $key} checked="checked"{/if} {if $disableOptions[$key]|isset || $enableOptions[$key]|isset}class="jsEnablesOptions" data-disable-options="[ {@$disableOptions[$key]}]" data-enable-options="[ {@$enableOptions[$key]}]"{/if} /> {lang}{@$selectOption}{/lang}</label>
- </dd>
- {/foreach}
- </dl>
-</fieldset>
+{foreach from=$selectOptions key=key item=selectOption}
+ <label><input type="radio" name="values[{$option->optionName}]" value="{$key}" {if $value == $key} checked="checked"{/if} {if $disableOptions[$key]|isset || $enableOptions[$key]|isset}class="jsEnablesOptions" data-disable-options="[ {@$disableOptions[$key]}]" data-enable-options="[ {@$enableOptions[$key]}]"{/if} /> {lang}{@$selectOption}{/lang}</label>
+{/foreach}
<div class="success">
<p>{@$message}</p>
- <p><a href="{$url}">{lang}wcf.global.redirect.url{/lang}</a></p>
+ <a href="{$url}">{lang}wcf.global.redirect.url{/lang}</a>
</div>
{include file='footer' sandbox=false}
-<fieldset>
- <dl>
- {foreach from=$selectOptions key=key item=selectOption}
- <dd>
- <label><input type="radio" name="values[{$option->optionName}]" value="{$key}" {if $value == $key} checked="checked"{/if} {if $disableOptions[$key]|isset || $enableOptions[$key]|isset}class="jsEnablesOptions" data-disable-options="[ {@$disableOptions[$key]}]" data-enable-options="[ {@$enableOptions[$key]}]"{/if} /> {lang}{@$selectOption}{/lang}</label>
- </dd>
- {/foreach}
- </dl>
-</fieldset>
+{foreach from=$selectOptions key=key item=selectOption}
+ <label><input type="radio" name="values[{$option->optionName}]" value="{$key}" {if $value == $key} checked="checked"{/if} {if $disableOptions[$key]|isset || $enableOptions[$key]|isset}class="jsEnablesOptions" data-disable-options="[ {@$disableOptions[$key]}]" data-enable-options="[ {@$enableOptions[$key]}]"{/if} /> {lang}{@$selectOption}{/lang}</label>
+{/foreach}
+
\ No newline at end of file
{include file='header'}
-<header class="wcf-container wcf-mainHeading">
- <img src="{@$__wcf->getPath()}icon/users1.svg" alt="" class="wcf-containerIcon" />
- <hgroup class="wcf-containerContent">
+<header class="boxHeadline">
+ <hgroup>
<h1>{lang}wcf.acp.user.assignToGroup{/lang}</h1>
</hgroup>
</header>
{if $errorField}
- <p class="wcf-error">{lang}wcf.global.form.error{/lang}</p>
+ <p class="error">{lang}wcf.global.form.error{/lang}</p>
{/if}
<form method="post" action="{link controller='UserAssignToGroup'}{/link}">
-
- <div class="wcf-box wcf-marginTop wcf-boxPadding wcf-shadow1">
-
+ <div class="container containerPadding marginTop shadow">
<fieldset>
<legend>{lang}wcf.acp.user.assignToGroup.markedUsers{/lang}</legend>
<ul>
- {implode from=$users item=$user}<li><a href="{link controller='UserEdit' id=$user->userID}{/link}" class="wcf-badge wcf-badgeButton wcf-button">{$user}</a></li>{/implode}
+ {implode from=$users item=$user}<li><a href="{link controller='UserEdit' id=$user->userID}{/link}">{$user}</a></li>{/implode}
</ul>
</fieldset>
<fieldset>
<legend>{lang}wcf.acp.user.groups{/lang}</legend>
-
<dl{if $errorField == 'groupIDs'} class="wcf-formError"{/if}>
- <dt></dt>
- <dd><!-- ToDo: Build proper definition list -->
+ <dd>
{htmlCheckboxes options=$groups name=groupIDs selected=$groupIDs}
{if $errorField == 'groupIDs'}
- <small class="wcf-innerError">
+ <small class="innerError">
{if $errorType == 'empty'}{lang}wcf.global.form.error.empty{/lang}{/if}
</small>
{/if}
</div>
- <div class="wcf-formSubmit">
- <input type="reset" value="{lang}wcf.global.button.reset{/lang}" accesskey="r" />
+ <div class="formSubmit">
<input type="submit" value="{lang}wcf.global.button.submit{/lang}" accesskey="s" />
- {@SID_INPUT_TAG}
- </div>
+ </div>
</form>
{include file='footer'}
//]]>
</script>
-<header class="wcf-container wcf-mainHeading">
- <img src="{@$__wcf->getPath()}icon/eMail1.svg" alt="" class="wcf-containerIcon" />
- <hgroup class="wcf-containerContent">
+<header class="boxHeadline">
+ <hgroup>
<h1>{lang}wcf.acp.user.exportEmailAddress{/lang}</h1>
</hgroup>
</header>
<form method="post" action="{link controller='UserEmailAddressExport'}{/link}">
- <div class="wcf-box wcf-marginTop wcf-boxPadding wcf-boxDecor">
-
+ <div class="container containerPadding marginTop shadow">
<fieldset>
<legend>{lang}wcf.acp.user.exportEmailAddress.markedUsers{/lang}</legend>
<ul>
- {implode from=$users item=$user}<li><a href="{link controller='UserEdit' id=$user->userID}{/link}" class="wcf-badge wcf-badgeButton">{$user}</a></li>{/implode}
+ {implode from=$users item=$user}<li><a href="{link controller='UserEdit' id=$user->userID}{/link}">{$user}</a></li>{/implode}
</ul>
</fieldset>
<legend>{lang}wcf.acp.user.exportEmailAddress.format{/lang}</legend>
<dl>
- <dt>
- <label>{lang}wcf.acp.user.exportEmailAddress.fileType{/lang}</label>
- </dt>
+ <dt><label>{lang}wcf.acp.user.exportEmailAddress.fileType{/lang}</label></dt>
<dd>
- <fieldset>
- <legend>{lang}wcf.acp.user.exportEmailAddress.fileType{/lang}</legend>
-
- <dl>
- <dd><!-- ToDo: Definition List -->
- <li><label><input type="radio" name="fileType" value="csv" {if $fileType == 'csv'}checked="checked" {/if}class="jsEnablesOptions" data-disable-options="[ ]" data-enable-options="[ 'separatorDiv', 'textSeparatorDiv' ]" /> {lang}wcf.acp.user.exportEmailAddress.fileType.csv{/lang}</label></li>
- <li><label><input type="radio" class="jsEnablesOptions" name="fileType" value="xml" {if $fileType == 'xml'}checked="checked" {/if}data-disable-options="[ 'separatorDiv', 'textSeparatorDiv' ]" data-enable-options="[ ]" /> {lang}wcf.acp.user.exportEmailAddress.fileType.xml{/lang}</label></li>
- </dd>
- </dl>
- </fieldset>
+ <label><input type="radio" name="fileType" value="csv" {if $fileType == 'csv'}checked="checked" {/if}class="jsEnablesOptions" data-disable-options="[ ]" data-enable-options="[ 'separatorDiv', 'textSeparatorDiv' ]" /> {lang}wcf.acp.user.exportEmailAddress.fileType.csv{/lang}</label>
+ <label><input type="radio" class="jsEnablesOptions" name="fileType" value="xml" {if $fileType == 'xml'}checked="checked" {/if}data-disable-options="[ 'separatorDiv', 'textSeparatorDiv' ]" data-enable-options="[ ]" /> {lang}wcf.acp.user.exportEmailAddress.fileType.xml{/lang}</label>
</dd>
</dl>
<dl id="separatorDiv">
<dt><label for="separator">{lang}wcf.acp.user.exportEmailAddress.separator{/lang}</label></dt>
<dd>
- <textarea id="separator" name="separator" rows="2" cols="40">{$separator}</textarea>
+ <input type="text" id="separator" name="separator" value="{$separator}" class="medium" />
</dd>
</dl>
</div>
- <div class="wcf-formSubmit">
- <input type="reset" value="{lang}wcf.global.button.reset{/lang}" accesskey="r" />
+ <div class="formSubmit">
<input type="submit" value="{lang}wcf.global.button.submit{/lang}" accesskey="s" />
- {@SID_INPUT_TAG}
</div>
</form>
<legend>{lang}wcf.acp.group.option.category.{@$categoryLevel3[object]->categoryName}{/lang}</legend>
{hascontent}<small>{content}{lang __optional=true}wcf.acp.group.option.category.{@$categoryLevel3[object]->categoryName}.description{/lang}{/content}</small>{/hascontent}
- <div>
- {include file='optionFieldList' options=$categoryLevel3[options] langPrefix='wcf.acp.group.option.'}
- </div>
+ {include file='optionFieldList' options=$categoryLevel3[options] langPrefix='wcf.acp.group.option.'}
</fieldset>
{/foreach}
{/if}
<legend>{lang}wcf.acp.user.sendMail.groups{/lang}</legend>
<dl{if $errorField == 'groupIDs'} class="formError"{/if}>
- <dt>
- <label>{lang}wcf.acp.user.groups{/lang}</label>
- </dt>
<dd>
- <fieldset>
- <legend>{lang}wcf.acp.user.groups{/lang}</legend>
-
- <dl>
- <dd>
- {htmlCheckboxes options=$groups name=groupIDs selected=$groupIDs}
- </dd>
- </dl>
- </fieldset>
+ {htmlCheckboxes options=$groups name=groupIDs selected=$groupIDs}
{if $errorField == 'groupIDs'}
<small class="innerError">
{if $errorType == 'empty'}
<label>{lang}wcf.acp.user.groups{/lang}</label>
</dt>
<dd>
- <fieldset>
- <legend>{lang}wcf.acp.user.groups{/lang}</legend>
-
- <dl>
- <dd>{htmlCheckboxes options=$availableGroups name='groupIDs' selected=$groupIDs}</dd>
- </dl>
+ {htmlCheckboxes options=$availableGroups name='groupIDs' selected=$groupIDs}
- <!-- ToDo --><label style="margin-top: 10px"><input type="checkbox" name="invertGroupIDs" value="1" {if $invertGroupIDs == 1}checked="checked" {/if}/> {lang}wcf.acp.user.groups.invertSearch{/lang}</label>
- </fieldset>
+ <!-- ToDo --><label style="margin-top: 10px"><input type="checkbox" name="invertGroupIDs" value="1" {if $invertGroupIDs == 1}checked="checked" {/if}/> {lang}wcf.acp.user.groups.invertSearch{/lang}</label>
</dd>
</dl>
{/if}
<label>{lang}wcf.user.language{/lang}</label>
</dt>
<dd>
- <fieldset>
- <legend>{lang}wcf.acp.user.language{/lang}</legend>
-
- <dl>
- <dd>{htmlCheckboxes options=$availableLanguages name='languageIDs' selected=$languageIDs disableEncoding=true}</dd>
- </dl>
- </fieldset>
+ {htmlCheckboxes options=$availableLanguages name='languageIDs' selected=$languageIDs disableEncoding=true}
</dd>
</dl>
{/if}
<label>{lang}wcf.acp.user.search.display.columns.profile{/lang}</label>
</dt>
<dd>
- <fieldset>
- <legend>{lang}wcf.acp.user.search.display.columns.profile{/lang}</legend>
-
- <dl>
- <dd>
- {foreach from=$optionTree item=option}
- <label><input type="checkbox" name="columns[]" value="{$option->optionName}" {if $option->optionName|in_array:$columns}checked="checked" {/if}/> {lang}wcf.user.option.{$option->optionName}{/lang}</label>
- {/foreach}
- <dd>
- </dl>
- </fieldset>
+ {foreach from=$optionTree item=option}
+ <label><input type="checkbox" name="columns[]" value="{$option->optionName}" {if $option->optionName|in_array:$columns}checked="checked" {/if}/> {lang}wcf.user.option.{$option->optionName}{/lang}</label>
+ {/foreach}
</dd>
</dl>
{/if*}
<dl>
<dt><label>{lang}wcf.acp.user.search.display.columns.other{/lang}</label></dt>
<dd>
- <fieldset>
- <legend>{lang}wcf.acp.user.search.display.columns.other{/lang}</legend>
-
- <dl>
- <dd>
- <label><input type="checkbox" name="columns[]" value="email" {if "email"|in_array:$columns}checked="checked" {/if}/> {lang}wcf.user.email{/lang}</label></dd>
- <label><input type="checkbox" name="columns[]" value="registrationDate" {if "registrationDate"|in_array:$columns}checked="checked"{/if}/> {lang}wcf.user.registrationDate{/lang}</label>
- </dd>
-
- {if $additionalColumns|isset}{@$additionalColumns}{/if}
- </dl>
- </fieldset>
+ <label><input type="checkbox" name="columns[]" value="email" {if "email"|in_array:$columns}checked="checked" {/if}/> {lang}wcf.user.email{/lang}</label>
+ <label><input type="checkbox" name="columns[]" value="registrationDate" {if "registrationDate"|in_array:$columns}checked="checked"{/if}/> {lang}wcf.user.registrationDate{/lang}</label>
</dd>
</dl>
<dl>
<dt><label>{lang}wcf.acp.user.groups{/lang}</label></dt>
<dd>
- <fieldset>
- <legend>{lang}wcf.acp.user.groups{/lang}</legend>
- <dl>
- <dd>
- {htmlCheckboxes options=$availableGroups name='groupIDArray' selected=$groupIDArray}
+ {htmlCheckboxes options=$availableGroups name='groupIDArray' selected=$groupIDArray}
- <!-- ToDo --><label style="margin-top: 10px"><input type="checkbox" name="invertGroupIDs" value="1" {if $invertGroupIDs == 1}checked="checked" {/if}/> {lang}wcf.acp.user.groups.invertSearch{/lang}</label>
- </dd>
- </dl>
- </fieldset>
+ <!-- ToDo --><label style="margin-top: 10px"><input type="checkbox" name="invertGroupIDs" value="1" {if $invertGroupIDs == 1}checked="checked" {/if}/> {lang}wcf.acp.user.groups.invertSearch{/lang}</label>
</dd>
</dl>
{/if}
<dl>
<dt><label>{lang}wcf.user.language{/lang}</label></dt>
<dd>
- <fieldset>
- <legend>{lang}wcf.acp.user.language{/lang}</legend>
-
- <dl>
- <dd>{htmlCheckboxes options=$availableLanguages name='languageIDArray' selected=$languageIDArray disableEncoding=true}</dd>
- </dl>
- </fieldset>
+ {htmlCheckboxes options=$availableLanguages name='languageIDArray' selected=$languageIDArray disableEncoding=true}
</dd>
</dl>
{/if}
<dl>
<dt><label>{lang}wcf.acp.user.exportEmailAddress.fileType{/lang}</label></dt>
<dd>
- <fieldset>
- <legend>{lang}wcf.acp.user.exportEmailAddress.fileType{/lang}</legend>
-
- <dl>
- <dd><label><input type="radio" name="fileType" value="csv" {if $fileType == 'csv'}checked="checked" {/if}/> {lang}wcf.acp.user.exportEmailAddress.fileType.csv{/lang}</label></dd>
- <dd><label><input type="radio" name="fileType" value="xml" {if $fileType == 'xml'}checked="checked" {/if}/> {lang}wcf.acp.user.exportEmailAddress.fileType.xml{/lang}</label></dd>
- </dl>
- </fieldset>
+ <label><input type="radio" name="fileType" value="csv" {if $fileType == 'csv'}checked="checked" {/if}/> {lang}wcf.acp.user.exportEmailAddress.fileType.csv{/lang}</label>
+ <label><input type="radio" name="fileType" value="xml" {if $fileType == 'xml'}checked="checked" {/if}/> {lang}wcf.acp.user.exportEmailAddress.fileType.xml{/lang}</label>
</dd>
</dl>
<dl id="separatorDiv">
<dt><label for="separator">{lang}wcf.acp.user.exportEmailAddress.separator{/lang}</label></dt>
<dd>
- <textarea id="separator" name="separator" rows="2" cols="40">{$separator}</textarea>
+ <input type="text" id="separator" name="separator" value="{$separator}" class="medium" />
</dd>
</dl>
color: @wcfContentBackgroundColor;
display: inline-block;
font-size: @wcfSmallFontSize;
+ font-weight: normal !important;
padding: 1px 8px 2px;
position: relative;
- text-shadow: none;
+ text-shadow: none !important;
white-space: nowrap;
.badgeShadow(@wcfContentBackgroundColor);
}
/* like display */
-.commentList .likesDisplay {
+.commentList .likesBadge {
display: inline-block;
margin: -2px 0 -2px @wcfGapTiny;
}
margin-top: 2px;
}
- /* nested fieldsets */
- > fieldset {
- padding-top: 0;
-
- > legend {
- display: none;
- }
-
- > dl {
- > dt {
- margin-right: 20px;
- width: 150px;
- }
-
- > dd {
- margin-left: 0;
- }
- }
- }
-
> label {
color: @wcfLabelColor;
display: block;
> input[type='checkbox'], > input[type='radio'] {
- margin: 2px;
+ margin: 2px 2px 2px 0;
}
~ small {