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.
31 lines
1.9 KiB
31 lines
1.9 KiB
<div class="panel panel-default panel-intro">
|
|
|
|
<div class="panel-heading">
|
|
{:build_heading(null,FALSE)}
|
|
<ul class="nav nav-tabs" data-field="verify">
|
|
<li class="active"><a href="#t-all" data-value="" data-toggle="tab">{:__('All')}</a></li>
|
|
{foreach name="verifyList" item="vo"}
|
|
<li><a href="#t-{$key}" data-value="{$key}" data-toggle="tab">{$vo}</a></li>
|
|
{/foreach}
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
<div class="panel-body">
|
|
<div id="myTabContent" class="tab-content">
|
|
<div class="tab-pane fade active in" id="one">
|
|
<div class="widget-body no-padding">
|
|
<div id="toolbar" class="toolbar">
|
|
<a href="javascript:;" class="btn btn-primary btn-refresh" title="{:__('Refresh')}" ><i class="fa fa-refresh"></i> </a>
|
|
<a href="javascript:;" class="btn btn-danger btn-del btn-disabled disabled {:$auth->check('wanlshop/auth/del')?'':'hide'}" title="{:__('Delete')}" ><i class="fa fa-trash"></i> {:__('Delete')}</a>
|
|
<a href="javascript:;" class="btn btn-danger btn-import {:$auth->check('wanlshop/auth/import')?'':'hide'}" title="{:__('Import')}" id="btn-import-file" data-url="ajax/upload" data-mimetype="csv,xls,xlsx" data-multiple="false"><i class="fa fa-upload"></i> {:__('Import')}</a>
|
|
<a class="btn btn-success btn-recyclebin btn-dialog {:$auth->check('wanlshop/auth/recyclebin')?'':'hide'}" href="wanlshop/auth/recyclebin" title="{:__('Recycle bin')}"><i class="fa fa-recycle"></i> {:__('Recycle bin')}</a>
|
|
</div>
|
|
<table id="table" class="table table-striped table-bordered table-hover table-nowrap" data-operate-del="{:$auth->check('wanlshop/auth/del')}" width="100%">
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|