+++ /dev/null
-<figure>
- <figcaption>
- {lang}wcf.acp.style.colors.{$languageVariable}{/lang}
- <br>
- <span class="dimmed">${$variableName}</span>
- </figcaption>
- <div class="colorPreview"><div class="jsColorPicker" style="background-color: {$variables[$variableName]}" data-color="{$variables[$variableName]}" data-store="{$variableName}_value"></div></div>
- <input type="hidden" id="{$variableName}_value" name="{$variableName}" value="{$variables[$variableName]}">
-</figure>
\ No newline at end of file
+++ /dev/null
-<dl>
- <dt><label for="{$variableName}">{lang}wcf.acp.style.variable.{$variableName}{/lang}</label></dt>
- <dd>
- <input type="number" name="{$variableName}" id="{$variableName}" value="{$variableValue}">
- <select name="{$variableName}_unit" id="{$variableName}_unit">
- <option value="%"{if $variableUnit == '%'} selected{/if}>%</option>
- <option value="em"{if $variableUnit == 'em'} selected{/if}>em</option>
- <option value="pt"{if $variableUnit == 'pt'} selected{/if}>pt</option>
- <option value="px"{if $variableUnit == 'px'} selected{/if}>px</option>
- </select>
- </dd>
-</dl>
\ No newline at end of file