* Finish task#7768.

This commit is contained in:
leiyong
2020-09-01 10:51:53 +08:00
parent 88abcc7930
commit 7602304d8f
+3 -1
View File
@@ -25,7 +25,9 @@ js::set('confirmDelete', $lang->user->confirmDelete);
</div>
<div class='btn-toolbar pull-left'>
<?php echo html::a($this->createLink('company', 'browse', 'browseType=inside'), '<span class="text">' . $lang->user->inside . '</span>', '', 'class="btn btn-link inside"');?>
<?php echo html::a($this->createLink('company', 'browse', 'browseType=outside'), '<span class="text">' . $lang->user->outside . '</span>', '', 'class="btn btn-link outside"');?>
<?php
if(isset($this->config->qcVersion)) echo html::a($this->createLink('company', 'browse', 'browseType=outside'), '<span class="text">' . $lang->user->outside . '</span>', '', 'class="btn btn-link outside"');
?>
<a class="btn btn-link querybox-toggle" id='bysearchTab'><i class="icon icon-search muted"></i> <?php echo $lang->user->search;?></a>
</div>
<div class='btn-toolbar pull-right'>