File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
com.woltlab.wcf/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11{ foreach from= $options item= optionData}
22 { assign var= option value= $optionData [object]}
33 <dl class =" { $option -> optionName } Input{ if $errorType |is_array && $errorType [$option -> optionName ]|isset} formError{ /if } " >
4- <dt { if $optionData [cssClassName]} class =" { $optionData [cssClassName]} " { /if } >{ if $isSearchMode |empty || ! $optionData [hideLabelInSearch]} <label for =" { $option -> optionName } " >{ $langPrefix |concat:$option -> optionName |phrase} </label >{ if $inSearchMode |empty && $option -> required } <span class =" customOptionRequired" >*</span >{ /if } { /if } </dt >
4+ <dt { if $optionData [cssClassName]} class =" { $optionData [cssClassName]} " { /if } >{ if $isSearchMode |empty || ! $optionData [hideLabelInSearch]} <label for =" { $option -> optionName } " >{ $langPrefix |concat:$option -> optionName |phrase} </label >{ if $isSearchMode |empty && $option -> required } <span class =" customOptionRequired" >*</span >{ /if } { /if } </dt >
55 <dd >{ @$optionData [html]}
66 <small >{ lang __optional=true } { @$langPrefix } { $option -> optionName } .description{ /lang} </small >
77
You can’t perform that action at this time.
0 commit comments