You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
359 B
9 lines
359 B
<div id="toolbar" class="toolbar">
|
|
{:build_toolbar('refresh')}
|
|
</div>
|
|
<input type="hidden" id="company_id" value="{$company_id}">
|
|
<table id="table" class="table table-striped table-bordered table-hover table-nowrap"
|
|
data-operate-edit="{:$auth->check('test/edit')}"
|
|
data-operate-del="{:$auth->check('test/del')}"
|
|
width="100%">
|
|
</table> |