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

This commit is contained in:
zero 2007-04-10 06:43:23 +00:00
parent 3b6fde3dc6
commit 76053c0df4
4 changed files with 14 additions and 4 deletions

View file

@ -5,6 +5,8 @@
* @brief 레이아웃(layout) 모듈의 기본 언어팩
**/
$lang->cmd_layout_management = '레이아웃 설정';
$lang->layout_name = '레이아웃 이름';
$lang->menu_count = '메뉴의 수';
$lang->menu_management = '메뉴 관리';

View file

@ -47,7 +47,6 @@
<th>{$lang->title}</th>
<td><input type="text" name="title" value="{$layout_info->layout_title}" /></td>
</tr>
<!--@foreach($layout_info->extra_var as $id => $var)-->
<tr>
<th rowspan="2">{$var->name}</th>
@ -73,7 +72,11 @@
<!--@end-->
<tr>
<td colspan="2" align="center">
<input type="button" value="{$lang->cmd_list}" onclick="location.href='{getUrl('act','dispLayoutAdminContent')}';return false;"/>
<!--@if($module=='admin')-->
<input type="button" value="{$lang->cmd_list}" onclick="location.href='{getUrl('act','dispLayoutAdminContent')}';return false;"/>
<!--@else-->
<input type="button" value="{$lang->cmd_list}" onclick="location.href='{getUrl('act','')}';return false;"/>
<!--@end-->
<input type="submit" value="{$lang->cmd_save}" />
</td>
</tr>