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

This commit is contained in:
zero 2007-03-06 05:11:06 +00:00
parent 4eaa913085
commit 23e5e5635e
3 changed files with 13 additions and 2 deletions

View file

@ -8,4 +8,6 @@
$lang->layout_name = '레이아웃 이름'; $lang->layout_name = '레이아웃 이름';
$lang->menu_count = '메뉴의 수'; $lang->menu_count = '메뉴의 수';
$lang->depth = '단계'; $lang->depth = '단계';
$lang->about_title = '모듈에 연결시 쉽게 구분할 수 있는 제목을 입력해주세요';
?> ?>

View file

@ -21,6 +21,13 @@
<th>{$lang->description}</th> <th>{$lang->description}</th>
<td>{nl2br($info->author->description)}</td> <td>{nl2br($info->author->description)}</td>
</tr> </tr>
<tr>
<th rowspan="2">{$lang->title}</th>
<td><input type="text" name="title" value="{$info->title}" /></td>
</tr>
<tr>
<td>{$lang->about_title}</td>
</tr>
<!--@foreach($info->navigations as $key => $val)--> <!--@foreach($info->navigations as $key => $val)-->
<tr> <tr>
<th> <th>

View file

@ -6,7 +6,8 @@
<td>{$lang->author}</td> <td>{$lang->author}</td>
<td>{$lang->menu_count}</td> <td>{$lang->menu_count}</td>
<td>{$lang->date}</td> <td>{$lang->date}</td>
<td>{$lang->installed_path}</td> <td>{$lang->date}</td>
<td>{$lang->cmd_make}</td>
</tr> </tr>
<!--@foreach($layout_list as $key => $val)--> <!--@foreach($layout_list as $key => $val)-->
<tr> <tr>
@ -19,9 +20,10 @@
<td>{count($val->navigations)}</td> <td>{count($val->navigations)}</td>
<td>{$val->author->date}</td> <td>{$val->author->date}</td>
<td>{$val->path}</td> <td>{$val->path}</td>
<td><a href="{getUrl('mo','layout','act','dispInsertLayout2','layout',$val->layout)}">{$lang->cmd_make}</a></td>
</tr> </tr>
<tr> <tr>
<td colspan="5"> <td colspan="6">
{nl2br($val->author->description)} {nl2br($val->author->description)}
</td> </td>
</tr> </tr>