mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1267 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
09565a4536
commit
be0be12cd3
3 changed files with 3 additions and 3 deletions
|
|
@ -58,7 +58,7 @@ xe_layout_menu['bottom_menu'][1][{$first_key}] = { "text":"{htmlspecialchars($fi
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--@if($logged_info->is_admin == 'Y')-->
|
<!--@if($grant->is_admin)-->
|
||||||
<!-- 관리자일 경우 레이아웃 관리 메뉴 -->
|
<!-- 관리자일 경우 레이아웃 관리 메뉴 -->
|
||||||
<div class="layout_admin">
|
<div class="layout_admin">
|
||||||
<a href="#" onclick="location.href='{getUrl('act','dispLayoutAdminModify','layout_srl',$layout_info->layout_srl)}';return false;">{$lang->cmd_layout_management}</a>
|
<a href="#" onclick="location.href='{getUrl('act','dispLayoutAdminModify','layout_srl',$layout_info->layout_srl)}';return false;">{$lang->cmd_layout_management}</a>
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@
|
||||||
<!-- main_menu 2차 끝 -->
|
<!-- main_menu 2차 끝 -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--@if($logged_info->is_admin == 'Y')-->
|
<!--@if($grant->is_admin)-->
|
||||||
<!-- 관리자일 경우 레이아웃 관리 메뉴 -->
|
<!-- 관리자일 경우 레이아웃 관리 메뉴 -->
|
||||||
<div class="layout_admin">
|
<div class="layout_admin">
|
||||||
<a href="#" onclick="location.href='{getUrl('act','dispLayoutAdminModify','layout_srl',$layout_info->layout_srl)}';return false;">{$lang->cmd_layout_management}</a>
|
<a href="#" onclick="location.href='{getUrl('act','dispLayoutAdminModify','layout_srl',$layout_info->layout_srl)}';return false;">{$lang->cmd_layout_management}</a>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{$page_content}
|
{$page_content}
|
||||||
|
|
||||||
<!--@if($logged_info->is_admin == 'Y')-->
|
<!--@if($grant->is_admin)-->
|
||||||
<div>
|
<div>
|
||||||
<a href="#" onclick="location.href='{getUrl('act','dispPageAdminInsert','module_srl',$module_info->module_srl)}';return false;">{$lang->cmd_modify}</a>
|
<a href="#" onclick="location.href='{getUrl('act','dispPageAdminInsert','module_srl',$module_info->module_srl)}';return false;">{$lang->cmd_modify}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue