옵션 설정 부분이 빠져있어 재 전송.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3105 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2007-11-28 17:02:07 +00:00
parent f490cad881
commit 74ad4fc4a7

View file

@ -35,6 +35,24 @@
</ul>
</td>
</tr>
<tr>
<th scope="row">{$lang->used_collapse}</th>
<td>
<input type="checkbox" id="collapse" name="collapse" value="Y" />
</td>
</tr>
<tr>
<th scope="row">{$lang->hidden_linenumber}</th>
<td>
<input type="checkbox" id="nogutter" name="nogutter" value="Y" />
</td>
</tr>
<tr>
<th scope="row">{$lang->hidden_controls}</th>
<td>
<input type="checkbox" id="nocontrols" name="nocontrols" value="Y" />
</td>
</tr>
</table>
</div>