* Finish task #5520.

This commit is contained in:
Yagami
2019-05-29 15:50:43 +08:00
parent aa6ead3389
commit 74c85776b9
30 changed files with 0 additions and 30 deletions
-1
View File
@@ -22,7 +22,6 @@ $useGuest = $this->app->user->account == 'guest';
<div class="table-empty-tip">
<p>
<span class="text-muted"><?php echo $lang->block->noData. ',';?></span>
<span class="text-muted"><?php echo $lang->youCould;?></span>
<?php echo html::a($this->createLink("block", "admin", "id=0&module=$module"), "<i class='icon icon-plus'></i> {$lang->block->createBlock}", '', "data-toggle='modal' data-type='ajax' data-width='700' data-title='{$lang->block->createBlock}' class='btn btn-info'")?>
<?php echo html::a($this->createLink("block", "ajaxReset", "module=$module"), "<i class='icon icon-refresh'></i> {$lang->block->reset}", 'hiddenwin', 'class="btn btn-info"')?>
</p>