[이윰] 인터넷익스플로어에서 회원가입 폼 '정보공개' 체크 안되는 점 수정

페이지 정보

루루아빠 3,061 2015.05.29 15:20

평점

본문

인터넷익스플로어 브라우저에서는 회원가입 폼란에서 정보공개 체크박스에 클릭이 안되는 점을 수정

인터넷익스플로어에서 회원가입 폼 '정보공개' 체크 안되는 점 수정

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>


 

추천인
  • 추천해 주세요
6
루루아빠 - 회원등급 : 최고관리자 - 포인트 : 1,291,043
레벨 96
경험치 1,389,837

Progress Bar 76%

- 가입일 : 2015-03-04 03:24:54
- 서명 : KNOW YOUR LIMITS BUT NEVER STOP TRYING TO EXCEED THEM !!
- 자기소개 : 루루의 자랑 루루아빠랍니다~~

댓글

첫 번째 댓글을 남겨 주세요