Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- page.g-user.register.tpl
- строка 302
- <div class="g-form-field {if $control->required==1} g-form-field--required{/if}">
- <div class="g-form-field__value">
- <ul>
- <li>
- <label class="g-form-control-checkbox">
- <input{*if $dictionary.required} required='true'{/if*} type="checkbox" value="{$control->localized_name|strip_tags|escape}" name="{$control->name}" class="visible g-form-control-value" {if $control->value}checked="checked"{/if} />
- <span class="g-form-control-checkbox__input"></span>
- <span class="g-form-control-checkbox__label">
- {if $control->required==1}
- <span class="g-form-field__required-mark">*</span>
- {/if}
- {*{$control->localized_name|sprintf:$agreement}*}
- {if $user_settings.personal_data.title}
- {$user_settings.personal_data.title}
- {else}
- {assign var=site_agreement_link value=$user_settings.link|cat:'?mode=agreement'}
- {assign var=site_policy_link value=$user_settings.link|cat:'?mode=policy'}
- {#LOGIN_PERSONAL_DATA4#|sprintf:$site_agreement_link:$site_policy_link}
- {/if}
- </span>
- </label>
- </li>
- </ul>
- {if $control->error}<div class="g-form-field__hint g-form-field__hint--popup g-form-field__hint--error g-form-field__hint--with-arrow">{$control->error_message}</div>{/if}
- </div>
- </div>
- https://prnt.sc/QG_7nTMDaMVV
Advertisement
Add Comment
Please, Sign In to add comment