인터넷익스플로어에서 회원가입 폼 '정보공개' 체크 안되는 점 수정
이윰넷
6
1,799
2015.05.29 15:12
짧은주소
- - 짧은주소: http://v2.eyoom.net/bbs/?t=12J 주소복사
본문
인터넷익스플로어 브라우저에서는 회원가입 폼란에서 정보공개 체크박스에 클릭이 안되는 점을 수정
eyoom/theme/테마명/skin_bs/member/basic/register_form.skin.html
수정전
<section class="col col-6"> <label for="reg_mb_open" class="label">정보공개</label> <label class="checkbox"> <input type="hidden" name="mb_open_default" value="{member.mb_open}"> <input type="checkbox" name="mb_open" value="1" {? _w=='' || member.mb_open}checked{/} id="reg_mb_open"><i></i>다른분들이 나의 정보를 볼 수 있도록 합니다. </label> <div class="note margin-bottom-10"><strong>Note:</strong> 정보공개를 바꾸시면 앞으로 {config.cf_open_modify*1}일 이내에는 변경이 안됩니다.</div> </section>
수정후
<section class="col col-6"> <label for="reg_mb_open" class="label">정보공개</label> <label class="checkbox"> <input type="checkbox" name="mb_open" value="1" {? _w=='' || member.mb_open}checked{/} id="reg_mb_open"><i></i>다른분들이 나의 정보를 볼 수 있도록 합니다. <input type="hidden" name="mb_open_default" value="{member.mb_open}"> </label> <div class="note margin-bottom-10"><strong>Note:</strong> 정보공개를 바꾸시면 앞으로 {config.cf_open_modify*1}일 이내에는 변경이 안됩니다.</div> </section>
마이패치를 통해 패치를 해 주시거나 직접 수정바랍니다.
테마 파일은 수정하여 업로드 되었습니다.
감사합니다.
1
좋아요!
Total 133건 1 페이지
번호 | 제목 | 글쓴이 | 날짜 | 뷰 | 추천 |
---|---|---|---|---|---|
133 | 이윰넷 | 2017.07.17 | 2,241 | 2 | |
132 | 이윰넷 | 2017.07.07 | 6,570 | 0 | |
131 | 이윰넷 | 2017.03.14 | 5,779 | 0 | |
130 | 이윰넷 | 2017.01.12 | 5,119 | 0 | |
129 | 이윰넷 | 2017.01.02 | 5,507 | 0 | |
128 | 이윰넷 | 2016.11.22 | 2,648 | 0 | |
127 | 이윰넷 | 2016.09.05 | 5,087 | 1 | |
126 | 이윰넷 | 2016.09.02 | 5,285 | 0 | |
125 | 이윰넷 | 2016.08.26 | 5,212 | 0 | |
124 | 이윰넷 | 2016.08.02 | 5,274 | 0 | |
123 | 이윰넷 | 2016.06.20 | 6,941 | 1 | |
122 | 이윰넷 | 2016.06.20 | 3,037 | 2 | |
121 | 이윰넷 | 2016.06.15 | 4,911 | 0 | |
120 | 이윰넷 | 2016.06.13 | 1,998 | 2 | |
119 | 이윰넷 | 2016.06.13 | 4,542 | 2 | |
118 | 이윰넷 | 2016.04.08 | 4,832 | 0 | |
117 | 이윰넷 | 2016.03.30 | 5,974 | 0 | |
116 | 이윰넷 | 2016.03.29 | 4,725 | 0 | |
115 | 이윰넷 | 2016.03.24 | 8,149 | 0 | |
114 | 이윰넷 | 2016.03.22 | 2,637 | 0 |
댓글목록
등록된 댓글이 없습니다.