mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Page module .btn markup fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12596 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
36041f4279
commit
e94a6b4f4c
6 changed files with 24 additions and 24 deletions
|
|
@ -2,12 +2,12 @@
|
|||
<!--@if($grant->manager)-->
|
||||
<load target="./js/page_admin.js" usecdn="true" />
|
||||
<div class="btnArea">
|
||||
<span class="btn"><button type="button" onclick="doRemoveWidgetCache({$module_info->module_srl}); return false;">{$lang->cmd_remake_cache}</button></span>
|
||||
<button class="btn" type="button" onclick="doRemoveWidgetCache({$module_info->module_srl}); return false;">{$lang->cmd_remake_cache}</button>
|
||||
<!--@if($logged_info->is_admin=='Y')-->
|
||||
<span class="btn"><a href="{getUrl('act','dispPageAdminInfo','module_srl',$module_info->module_srl)}">{$lang->cmd_setup}</a></span>
|
||||
<a class="btn" href="{getUrl('act','dispPageAdminInfo','module_srl',$module_info->module_srl)}">{$lang->cmd_setup}</a>
|
||||
<!--@end-->
|
||||
<span class="btn"><a href="{getUrl('act','dispPageAdminMobileContentModify','document_srl','')}">{$lang->cmd_page_modify}</a></span>
|
||||
<span class="btn"><a href="{getUrl('act','','module_srl',$module_info->module_srl)}">PC</a></span>
|
||||
<a class="btn" href="{getUrl('act','dispPageAdminMobileContentModify','document_srl','')}">{$lang->cmd_page_modify}</a>
|
||||
<a class="btn" href="{getUrl('act','','module_srl',$module_info->module_srl)}">PC</a>
|
||||
<p>{$lang->about_mcontent}</p>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue