[RSS Feed/News] Incorrect label "for" / ID in option_template_registrationDefaults

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
In the template admin:option_template_registrationDefaults, "Watch content on creation" and "Watch content on interaction" have the same <label for=""> and id="" attributes.

HTML:

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">
                <xf:option...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom