DragonByte Tech
Guest
Member
In the template
HTML:
Code:
Read more
Continue reading...
admin:option_template_registrationDefaults
, "Watch content on creation" and "Watch content on interaction" have the same <label for="">
and id=""
attributes.HTML:
Code:
Code:
<dl class="inputLabelPair">
<dt><label for="{$inputName}_dws">{{ phrase('watch_content_on_creation') }}</label></dt>
<dd><xf:select name="{$inputName}[creation_watch_state]" value="{$option.option_value.creation_watch_state}" id="{$inputName}_dws">...
Read more
Continue reading...