Select UI fix. board_insert.html UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12226 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-15 02:38:55 +00:00
parent 2cb9487ba1
commit d139d0abd5
18 changed files with 47 additions and 46 deletions

View file

@ -40,7 +40,7 @@
<div class="x_control-group">
<label for="change_lang_type" class="x_control-label">{$lang->default_lang}</label>
<div class="x_controls">
<select name="change_lang_type" id="change_lang_type" style="width:220px">
<select name="change_lang_type" id="change_lang_type">
<option value="{$key}" selected="selected"|cond="$key==$selected_lang" loop="$lang_supported=>$key,$val">{$val}</option>
</select>
</div>