Incorrect label "for" / ID in option_template_registrationDefaults

  • Thread starter Thread starter DragonByte Tech
  • Start date Start date

DragonByte Tech

Guest
Member
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:

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...
 
Top