Skip to content

Commit

Permalink
잘못된 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Dec 27, 2019
1 parent de59f07 commit 5a3c2b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions skin/member/basic/register_form.skin.php
Expand Up @@ -98,15 +98,17 @@
<?php } ?>

<li>
<label for="reg_mb_email">E-mail<strong class="sound_only">필수</strong></label>
<label for="reg_mb_email">E-mail<strong class="sound_only">필수</strong>

<?php if ($config['cf_use_email_certify']) { ?>
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
<span class="tooltip">이미지 크기는 가
<span class="tooltip">
<?php if ($w=='') { echo "E-mail 로 발송된 내용을 확인한 후 인증하셔야 회원가입이 완료됩니다."; } ?>
<?php if ($w=='u') { echo "E-mail 주소를 변경하시면 다시 인증하셔야 합니다."; } ?>
</span>
<?php } ?>
</label>

<input type="hidden" name="old_email" value="<?php echo $member['mb_email'] ?>">
<input type="text" name="mb_email" value="<?php echo isset($member['mb_email'])?$member['mb_email']:''; ?>" id="reg_mb_email" required class="frm_input email full_input required" size="70" maxlength="100" placeholder="E-mail">

Expand Down
7 changes: 4 additions & 3 deletions theme/basic/skin/member/basic/register_form.skin.php
Expand Up @@ -98,15 +98,16 @@
<?php } ?>

<li>
<label for="reg_mb_email">E-mail<strong class="sound_only">필수</strong></label>
<label for="reg_mb_email">E-mail<strong class="sound_only">필수</strong>

<?php if ($config['cf_use_email_certify']) { ?>
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
<span class="tooltip">이미지 크기는 가
<span class="tooltip">
<?php if ($w=='') { echo "E-mail 로 발송된 내용을 확인한 후 인증하셔야 회원가입이 완료됩니다."; } ?>
<?php if ($w=='u') { echo "E-mail 주소를 변경하시면 다시 인증하셔야 합니다."; } ?>
</span>
<?php } ?>
<?php } ?>
</label>
<input type="hidden" name="old_email" value="<?php echo $member['mb_email'] ?>">
<input type="text" name="mb_email" value="<?php echo isset($member['mb_email'])?$member['mb_email']:''; ?>" id="reg_mb_email" required class="frm_input email full_input required" size="70" maxlength="100" placeholder="E-mail">

Expand Down

0 comments on commit 5a3c2b6

Please sign in to comment.