관리자 전체에 폼테이블 설정

This commit is contained in:
whitedot
2012-12-11 11:46:29 +09:00
parent ab92dbf532
commit 9e26428d65
9 changed files with 56 additions and 93 deletions

View File

@ -28,7 +28,7 @@ include_once('./admin.head.php');
<input type="hidden" id="w" name="w" value="<?=$w?>">
<input type="hidden" id="ma_id" name="ma_id" value="<?=$ma[ma_id]?>">
<input type="hidden" id="token" name="token" value="<?=$token?>">
<table>
<table class="frm_tbl">
<tr>
<th scope="row"><label for="ma_subject">메일 제목</label></th>
<td><input type="text" id="ma_subject" name="ma_subject" value="<?=$ma['ma_subject']?>" required></td>