mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
변경전의 xe.less 파일도 rhymix.less와 함께 load 하여 호환정 유지
CSS 충돌 예)
bootstrap의 .btn
사용 예)
bootstrap 사용시엔 {Context::unloadBasicFiles('xe')}으로 unload 시키면 문제없음
15 lines
817 B
HTML
15 lines
817 B
HTML
{$page_content}
|
|
<!--@if($grant->manager)-->
|
|
<load target="./js/page_admin.js" />
|
|
<div class="rhymix_button_wrapper">
|
|
<p class="etc">{$lang->about_mcontent}</p>
|
|
<span class="rhymix_button_group">
|
|
<button class="rhymix_button" type="button" onclick="doRemoveWidgetCache({$module_info->module_srl}); return false;">{$lang->cmd_remake_cache}</button>
|
|
<!--@if($logged_info->is_admin=='Y')-->
|
|
<a class="rhymix_button" href="{getUrl('act','dispPageAdminInfo','module_srl',$module_info->module_srl)}">{$lang->cmd_setup}</a>
|
|
<!--@end-->
|
|
<a class="rhymix_button" href="{getUrl('act','dispPageAdminMobileContentModify','document_srl','')}">{$lang->cmd_page_modify}</a>
|
|
<a class="rhymix_button" href="{getUrl('act','','module_srl',$module_info->module_srl)}">PC</a>
|
|
</span>
|
|
</div>
|
|
<!--@end-->
|