Products
GG网络技术分享 2025-03-18 16:15 0
默认模板,路径/view/htm中的thread_list_mod.inc.htm文件,在
<!--{hook thread_list_mod_inc_close_after.htm}-->
后面添加以下代码:
<a class="btn btn-secondary _close" style="width: 60px;display: table;" href="/we/admin/index.php?0=content&1=update&tid=<?php echo $thread['tid']; ?>" >编辑</a>
路径/view/htm中的home_article.htm文件,在
<div class="btn-group mod-button my-3" role="group" aria-label="">
后面添加
<!--{hook thread_list_mod_inc_delete_after.htm}--><button class="btn btn-secondary move" data-modal-url="<?php echo url('operate-move', $extra);?>" data-modal-title="<?php echo lang('move');?>" data-modal-arg=".threadlist" data-modal-size="md">
<?php echo lang('move');?>
</button>
Demand feedback