관리자: 게시판관리 목록에서 게시판 제목 입력칸 너비 조정

This commit is contained in:
whitedot
2014-01-06 11:34:21 +09:00
parent 6030e21aad
commit 58ebc6b7fd

View File

@ -148,7 +148,7 @@ $colspan = 16;
</td>
<td>
<label for="bo_subject_<?php echo $i; ?>" class="sound_only">게시판 제목</label>
<input type="text" name="bo_subject[<?php echo $i ?>]" value="<?php echo get_text($row['bo_subject']) ?>" id="bo_subject_<?php echo $i ?>" required class="required frm_input" size="10">
<input type="text" name="bo_subject[<?php echo $i ?>]" value="<?php echo get_text($row['bo_subject']) ?>" id="bo_subject_<?php echo $i ?>" required class="required frm_input bo_subject" size="10">
</td>
<td>
<label for="" class="sound_only">읽기 포인트</label>