* change back btn style type.

This commit is contained in:
Catouse
2018-09-21 10:53:49 +08:00
parent 2c2ece7c34
commit 12ea080d7f
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<div id="mainMenu" class="clearfix">
<div class="btn-toolbar pull-left">
<?php $backLink = $this->session->{$viewType . 'List'} ? $this->session->{$viewType . 'List'} : 'javascript:history.go(-1)';?>
<a href="<?php echo $backLink;?>" class="btn btn-primary">
<a href="<?php echo $backLink;?>" class="btn btn-secondary">
<i class="icon icon-back icon-sm"></i> <?php echo $lang->goback;?>
</a>
<div class="divider"></div>