관리자 페이지의 댓글/파일/문서/엮인글의 상단 모듈 선택 콤보박스의 크기 변경 및 문서 관리시 개인 저장함의 글은 저장으로 표시하도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2901 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-02 01:30:29 +00:00
parent dd1aeed2bd
commit cee3f003ec
4 changed files with 10 additions and 6 deletions

View file

@ -23,7 +23,7 @@
<th scope="col"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></th>
<th scope="col">
<div class="nowrap">
<select name="module_srl" id="module_srl">
<select name="module_srl" id="module_srl" class="w200">
<option value="">{$lang->module}</option>
<!--@foreach($mid_list as $key => $val)-->
<option value="{$val->module_srl}" <!--@if($module_srl == $val->module_srl)-->selected="selected"<!--@end-->>{$val->browser_title}</option>