git-svn-id: http://xe-core.googlecode.com/svn/trunk@1226 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-19 02:46:43 +00:00
parent 568ed4f087
commit 1cb6f21db6
10 changed files with 14 additions and 76 deletions

View file

@ -38,7 +38,7 @@
$lang->about_footer_text = '모듈의 하단에 표시되는 내용입니다 (html 태그 사용 가능)';
$lang->about_skin = '모듈의 스킨을 선택하실 수 있습니다';
$lang->about_use_category = '선택하시면 분류기능을 사용할 수 있습니다';
$lang->about_list_count = '한페이지에 표시될 글의 수를 지정하실 수 있습니다. (기본 20개)';
$lang->about_list_count = '한페이지에 표시될 글의 수를 지정하실 수 있습니다. (기본 1개)';
$lang->about_page_count = '목록 하단 페이지 이동 하는 링크의 수를 지정하실 수 있습니다. (기본 10개)';
$lang->about_admin_id = '해당 모듈에 대해 최고 권한을 가지는 관리자를 지정할 수 있습니다.<br />,(콤마)로 다수 아이디 지정이 가능합니다. (관리자페이지 접근은 불가능)';

View file

@ -71,7 +71,7 @@
</tr>
<tr>
<th rowspan="2">{$lang->list_count}</th>
<td><input type="text" name="list_count" value="{$module_info->list_count?$module_info->list_count:20}" /></td>
<td><input type="text" name="list_count" value="{$module_info->list_count?$module_info->list_count:1}" /></td>
</tr>
<tr>
<td>{$lang->about_list_count}</td>