모바일: #434 에 따른 온라인 서식 label title placeholder 처리

This commit is contained in:
whitedot
2013-04-17 16:56:14 +09:00
parent 0e9d2318d9
commit fe80ef65ce
24 changed files with 76 additions and 48 deletions

View File

@ -33,9 +33,12 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<tr>
<th scope="row">형식</th>
<td>
<input type="radio" name="type" value="0" id="type_text" checked> <label for="type_text">TEXT</label>
<input type="radio" name="type" value="1" id="type_html"> <label for="type_html">HTML</label>
<input type="radio" name="type" value="2" id="type_both"> <label for="type_both">TEXT+HTML</label>
<label for="type_text">TEXT</label>
<input type="radio" name="type" value="0" id="type_text" checked>
<label for="type_html">HTML</label>
<input type="radio" name="type" value="1" id="type_html">
<label for="type_both">TEXT+HTML</label>
<input type="radio" name="type" value="2" id="type_both">
</td>
</tr>
<tr>