mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
Show edit button for users who have modify permissions on an article page #2458
This commit is contained in:
parent
3fd2fad70e
commit
b5a16dad5e
2 changed files with 17 additions and 7 deletions
|
|
@ -15,4 +15,13 @@
|
|||
<!--@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-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue