mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
27 lines
1.3 KiB
HTML
27 lines
1.3 KiB
HTML
{$page_content}
|
|
<!--@if($grant->manager)-->
|
|
<load target="./js/page_admin.js" />
|
|
<div class="btnArea">
|
|
<span class="btn-group">
|
|
<button class="btn" type="button" onclick="doRemoveWidgetCache({$module_info->module_srl}); return false;">{$lang->cmd_remake_cache}</button>
|
|
<!--@if($logged_info->is_admin=='Y')-->
|
|
<a class="btn" href="{getUrl('act','dispPageAdminInfo','module_srl',$module_info->module_srl)}">{$lang->cmd_setup}</a>
|
|
<!--@end-->
|
|
<!--@if($module_info->page_type != 'OUTSIDE')-->
|
|
<a class="btn" href="{getUrl('act','dispPageAdminContentModify','document_srl','')}">{$lang->cmd_page_modify}</a>
|
|
<!--@end-->
|
|
<!--@if($module_info->use_mobile =="Y" && $module_info->page_type != 'OUTSIDE')-->
|
|
<a class="btn" href="{getUrl('act','dispPageAdminMobileContent','module_srl',$module_info->module_srl)}">{$lang->mobile}</a>
|
|
<!--@end-->
|
|
</span>
|
|
</div>
|
|
<!--@elseif($grant->modify && $module_info->page_type === 'ARTICLE')-->
|
|
<div class="btnArea">
|
|
<span class="btn-group">
|
|
<a class="btn" href="{getUrl('act','dispPageAdminContentModify','document_srl','')}">{$lang->cmd_page_modify}</a>
|
|
<!--@if($module_info->use_mobile === 'Y')-->
|
|
<a class="btn" href="{getUrl('act','dispPageAdminMobileContent','module_srl',$module_info->module_srl)}">{$lang->mobile}</a>
|
|
<!--@end-->
|
|
</span>
|
|
</div>
|
|
<!--@end-->
|