* refactor codes.

This commit is contained in:
Catouse
2018-05-28 12:03:16 +08:00
parent e344879fa4
commit 56579a66ce
37 changed files with 58 additions and 85 deletions
+1 -1
View File
@@ -16,6 +16,6 @@
<?php common::printLink('entry', 'browse', '', "<span class='text'>{$lang->entry->common}</span>", '', "class='btn btn-link btn-active-text'");?>
</div>
<div class='btn-toolbar pull-right'>
<?php common::printIcon('entry', 'create', '', '', 'button', '', '', 'btn-primary');?>
<?php echo html::a($this->createLink('entry', 'create'), "<i class='icon icon-plus'></i> {$lang->entry->create}", '', "class='btn btn-primary'"); ?>
</div>
</div>