관리자: input select label 중심 마크업 정리

This commit is contained in:
whitedot
2014-04-02 10:54:19 +09:00
parent f65314bd94
commit 13cdf776f5
32 changed files with 121 additions and 102 deletions

View File

@ -47,7 +47,7 @@ if (isset($_POST['email'])) {
<form name="fsendmailtest" method="post">
<fieldset id="fsendmailtest">
<legend>테스트메일 발송</legend>
<label for="email">받는 메일주소<strong class="sound_only">필수</strong></label>
<label for="email">받는 메일주소<strong class="sound_only"> 필수</strong></label>
<input type="text" name="email" value="<?php echo $member['mb_email'] ?>" id="email" required class="required email frm_input" size="80">
<input type="submit" value="발송" class="btn_submit">
</fieldset>