Option tag contains unexpected child element
<hr class="formRowSep" />
<xf:checkboxrow data-hide="true">
<xf:option name="gt_ag_agegate" value="{$forum.gt_ag_agegate}" label="{{ phrase('gt_agegate_title') }}">{{ phrase('gt_agegate_enable') }}</xf:option>
<xf:dependent>
<xf:numberboxrow name="gt_ag_agelimit" value="{$forum.gt_ag_agelimit}" min="0" max="100"
label="{{ phrase('gt_agegate_min') }}"
explain="{{ phrase('gt_agegate_min_ex') }}" />
</xf:dependent>
</xf:checkboxrow>
<xf:checkboxrow date-hide="true">
<xf:option name="gt_ag_mature_o" value="{$forum.gt_ag_mature_o}" label="{{ phrase('gt_agegate_m_warn') }}">{{ phrase('gt_agegate_enable') }}</xf:option>
<xf:dependent>
<xf:numberboxrow name="gt_ag_mature_time_o" value="{$forum.gt_ag_mature_time_o}" min="0" max="365"
label="{{ phrase('gt_agegate_m_time_days') }}"
explain="{{ phrase('gt_agegate_m_time_ex') }}" />
</xf:dependent>
</xf:checkboxrow>
<xf:checkboxrow data-hide="true">
<xf:option name="gt_ag_banner" value="{$forum.gt_ag_banner}" label="{{ phrase('gt_agegate_banner') }}">{{ phrase('gt_agegate_enable') }}</xf:option>
<xf:dependent>
<xf:textboxrow name="gt_ag_banner_icon" value="{$forum.gt_ag_banner_icon}" hint="{{ phrase('gt_agegate_banner_icon_h') }}"
maxlength="120"
label="{{ phrase('gt_agegate_banner_icon_l') }}" />
<xf:textarearow name="gt_ag_banner_text" value="{$forum.gt_ag_banner_text}" autosize="true"
label="{{ phrase('gt_agegate_banner_text_l') }}" maxlength="1000"
hint="{{ phrase('gt_agegate_banner_text_h') }}" />
</xf:dependent>
</xf:checkboxrow>
<hr class="formRowSep" />
$0
<hr class="formRowSep" />
<xf:checkboxrow>
<xf:option name="gt_ag_agegate" data-hide="true" value="{$forum.gt_ag_agegate}" label="{{ phrase('gt_agegate_title') }}">{{ phrase('gt_agegate_enable') }}</xf:option>
<xf:dependent>
<xf:numberboxrow name="gt_ag_agelimit" value="{$forum.gt_ag_agelimit}" min="0" max="100"
label="{{ phrase('gt_agegate_min') }}"
explain="{{ phrase('gt_agegate_min_ex') }}" />
</xf:dependent>
</xf:checkboxrow>
<xf:checkboxrow>
<xf:option date-hide="true" name="gt_ag_mature_o" value="{$forum.gt_ag_mature_o}" label="{{ phrase('gt_agegate_m_warn') }}">{{ phrase('gt_agegate_enable') }}</xf:option>
<xf:dependent>
<xf:numberboxrow name="gt_ag_mature_time_o" value="{$forum.gt_ag_mature_time_o}" min="0" max="365"
label="{{ phrase('gt_agegate_m_time_days') }}"
explain="{{ phrase('gt_agegate_m_time_ex') }}" />
</xf:dependent>
</xf:checkboxrow>
<xf:checkboxrow>
<xf:option data-hide="true" name="gt_ag_banner" value="{$forum.gt_ag_banner}" label="{{ phrase('gt_agegate_banner') }}">{{ phrase('gt_agegate_enable') }}</xf:option>
<xf:dependent>
<xf:textboxrow name="gt_ag_banner_icon" value="{$forum.gt_ag_banner_icon}" hint="{{ phrase('gt_agegate_banner_icon_h') }}"
maxlength="120"
label="{{ phrase('gt_agegate_banner_icon_l') }}" />
<xf:textarearow name="gt_ag_banner_text" value="{$forum.gt_ag_banner_text}" autosize="true"
label="{{ phrase('gt_agegate_banner_text_l') }}" maxlength="1000"
hint="{{ phrase('gt_agegate_banner_text_h') }}" />
</xf:dependent>
</xf:checkboxrow>
<hr class="formRowSep" />
$0
<hr class="formRowSep" />
<xf:checkboxrow>
<xf:option data-hide="true" name="gt_ag_agegate" selected="$forum.gt_ag_agegate" label="{{ phrase('gt_agegate_enable') }}" hint="{{ phrase('gt_agegate_title') }}" />
<xf:dependent>
<xf:numberboxrow name="gt_ag_agelimit" value="{$forum.gt_ag_agelimit}" min="0" max="100"
label="{{ phrase('gt_agegate_min') }}"
explain="{{ phrase('gt_agegate_min_ex') }}" />
</xf:dependent>
</xf:checkboxrow>
<xf:checkboxrow>
<xf:option data-hide="true" name="gt_ag_mature_o" selected="$forum.gt_ag_mature_o" label="{{ phrase('gt_agegate_enable') }}" hint="{{ phrase('gt_agegate_m_warn') }}" />
<xf:dependent>
<xf:numberboxrow name="gt_ag_mature_time_o" value="{$forum.gt_ag_mature_time_o}" min="0" max="365"
label="{{ phrase('gt_agegate_m_time_days') }}"
explain="{{ phrase('gt_agegate_m_time_ex') }}" />
</xf:dependent>
</xf:checkboxrow>
<xf:checkboxrow>
<xf:option data-hide="true" name="gt_ag_banner" selected="$forum.gt_ag_banner" label="{{ phrase('gt_agegate_enable') }}" hint="{{ phrase('gt_agegate_banner') }}" />
<xf:dependent>
<xf:textboxrow name="gt_ag_banner_icon" value="{$forum.gt_ag_banner_icon}" hint="{{ phrase('gt_agegate_banner_icon_h') }}"
maxlength="120"
label="{{ phrase('gt_agegate_banner_icon_l') }}" />
<xf:textarearow name="gt_ag_banner_text" value="{$forum.gt_ag_banner_text}" autosize="true"
label="{{ phrase('gt_agegate_banner_text_l') }}" maxlength="1000"
hint="{{ phrase('gt_agegate_banner_text_h') }}" />
</xf:dependent>
</xf:checkboxrow>
<hr class="formRowSep" />
$0
<hr class="formRowSep" />
<xf:checkboxrow>
<xf:option data-hide="true" name="gt_ag_agegate" selected="$forum.gt_ag_agegate" label="{{ phrase('gt_agegate_enable') }}" hint="{{ phrase('gt_agegate_title') }}">
<xf:dependent>
<xf:numberboxrow name="gt_ag_agelimit" value="{$forum.gt_ag_agelimit}" min="0" max="100"
label="{{ phrase('gt_agegate_min') }}"
explain="{{ phrase('gt_agegate_min_ex') }}" />
</xf:dependent>
</xf:option>
</xf:checkboxrow>
<xf:checkboxrow>
<xf:option data-hide="true" name="gt_ag_mature_o" selected="$forum.gt_ag_mature_o" label="{{ phrase('gt_agegate_enable') }}" hint="{{ phrase('gt_agegate_m_warn') }}">
<xf:dependent>
<xf:numberboxrow name="gt_ag_mature_time_o" value="{$forum.gt_ag_mature_time_o}" min="0" max="365"
label="{{ phrase('gt_agegate_m_time_days') }}"
explain="{{ phrase('gt_agegate_m_time_ex') }}" />
</xf:dependent>
</xf:option>
</xf:checkboxrow>
<xf:checkboxrow>
<xf:option data-hide="true" name="gt_ag_banner" selected="$forum.gt_ag_banner" label="{{ phrase('gt_agegate_enable') }}" hint="{{ phrase('gt_agegate_banner') }}">
<xf:dependent>
<xf:textboxrow name="gt_ag_banner_icon" value="{$forum.gt_ag_banner_icon}" hint="{{ phrase('gt_agegate_banner_icon_h') }}"
maxlength="120"
label="{{ phrase('gt_agegate_banner_icon_l') }}" />
<xf:textarearow name="gt_ag_banner_text" value="{$forum.gt_ag_banner_text}" autosize="true"
label="{{ phrase('gt_agegate_banner_text_l') }}" maxlength="1000"
hint="{{ phrase('gt_agegate_banner_text_h') }}" />
</xf:dependent>
</xf:option>
</xf:checkboxrow>
<hr class="formRowSep" />
$0
We use essential cookies to make this site work, and optional cookies to enhance your experience.