Igor150195

галочка

Sep 4th, 2025
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. page.g-user.register.tpl
  2. строка 302
  3.  
  4. <div class="g-form-field {if $control->required==1} g-form-field--required{/if}">
  5. <div class="g-form-field__value">
  6. <ul>
  7. <li>
  8. <label class="g-form-control-checkbox">
  9.  
  10. <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} />
  11. <span class="g-form-control-checkbox__input"></span>
  12. <span class="g-form-control-checkbox__label">
  13. {if $control->required==1}
  14. <span class="g-form-field__required-mark">*</span>
  15. {/if}
  16. {*{$control->localized_name|sprintf:$agreement}*}
  17.  
  18. {if $user_settings.personal_data.title}
  19. {$user_settings.personal_data.title}
  20. {else}
  21.  
  22. {assign var=site_agreement_link value=$user_settings.link|cat:'?mode=agreement'}
  23. {assign var=site_policy_link value=$user_settings.link|cat:'?mode=policy'}
  24. {#LOGIN_PERSONAL_DATA4#|sprintf:$site_agreement_link:$site_policy_link}
  25.  
  26. {/if}
  27. </span>
  28.  
  29. </label>
  30.  
  31. </li>
  32. </ul>
  33. {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}
  34. </div>
  35. </div>
  36.  
  37.  
  38. https://prnt.sc/QG_7nTMDaMVV
Advertisement
Add Comment
Please, Sign In to add comment