UI 디버깅. 관리자 페이지 select 요소에 fullWidth 클래스 제거. 1024 미만의 해상도에서 select 요소의 너비가 글자 수보다 작아지는 문제 해결.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5889 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2009-03-17 07:48:12 +00:00
parent 82a765daae
commit 403862389d

View file

@ -16,7 +16,7 @@
<div>
<input type="hidden" name="module" value="{$module}" />
<input type="hidden" name="act" value="{$act}" />
<select name="module_category_srl" class="fullWidth">
<select name="module_category_srl">
<option value="">{$lang->module_category}</option>
<!--@foreach($module_category as $key => $val)-->
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>