mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
Add multiple member agreements
- 가입 약관, 개인정보처리방침 등을 5개까지 추가할 수 있음 - 약관마다 각각 필수 또는 선택을 지정할 수 있음 - 모든 필수 약관에 동의해야 가입 가능 - 기본 스킨은 수정함. 서드파티 스킨에는 여전히 약관 1개만 표시됨 - 서드파티 스킨 사용시 동의 하나만 선택해도 전체 동의로 간주
This commit is contained in:
parent
20f924678a
commit
11c04c5a26
19 changed files with 251 additions and 72 deletions
9
modules/member/tpl/css/config.css
Normal file
9
modules/member/tpl/css/config.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.agreement_iframe {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: -4px;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
height: 440px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue