This commit is contained in:
邹景立 2017-02-15 17:23:48 +08:00
parent b1e2a069c1
commit 6e4b3c680f

View File

@ -1,3 +1,6 @@
{extend name='extra@admin/content' /}
{block name="content"}
<form onsubmit="return false;" data-auto="" method="POST">
<input type="hidden" value="resort" name="action"/>
<table class="table table-hover">
@ -66,4 +69,5 @@
{/foreach}
</tbody>
</table>
</form>
</form>
{/block}