관리자: 리디자인 15, frm_input 적용 중

This commit is contained in:
whitedot
2013-02-15 15:43:01 +09:00
parent b20a2885ea
commit 1517db0036
17 changed files with 71 additions and 70 deletions

View File

@ -40,7 +40,7 @@ include_once('./admin.head.php');
<tbody>
<tr>
<th scope="row"><label for="ma_subject">메일 제목<strong class="sound_only">필수</strong></label></th>
<td><input type="text" id="ma_subject" name="ma_subject" value="<?=$ma['ma_subject']?>" size="100" class="required" required></td>
<td><input type="text" id="ma_subject" name="ma_subject" value="<?=$ma['ma_subject']?>" size="100" class="required frm_input" required></td>
</tr>
<tr>
<th scope="row"><label for="ma_content">메일 내용<strong class="sound_only">필수</strong></label></th>