mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 04:53:00 +08:00
后台插件管理新增排序功能、自定义显示顺序+插件调用顺序+细节优化
This commit is contained in:
@ -6,13 +6,7 @@
|
||||
<!-- form start -->
|
||||
<form class="am-form form-validation view-save" action="{{:MyUrl('admin/pluginsadmin/saveinfo')}}" method="POST" request-type="form" enctype="multipart/form-data">
|
||||
<legend>
|
||||
<span class="am-text-default">
|
||||
{{if empty($data['id'])}}
|
||||
应用添加
|
||||
{{else /}}
|
||||
应用编辑
|
||||
{{/if}}
|
||||
</span>
|
||||
<span class="am-text-default">应用{{if empty($data['id'])}}添加{{else /}}编辑{{/if}}</span>
|
||||
<a href="{{:MyUrl('admin/pluginsadmin/index')}}" class="am-fr am-text-sm am-margin-top-xs am-icon-mail-reply"> 返回</a>
|
||||
</legend>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user