* replace link title text with lang items.

This commit is contained in:
Wenrui LI
2021-12-02 15:30:31 +08:00
parent fac5fc6b22
commit 24440ff526
10 changed files with 20 additions and 18 deletions

View File

@@ -18,7 +18,7 @@
<div id="mainMenu" class="clearfix">
<?php if($this->app->getViewType() == 'xhtml'):?>
<div class="linkButton" onclick="linkButtonClicked()">
<span title="查看详情">
<span title="<?php echo $lang->viewDetails;?>">
<i class="icon icon-import icon-rotate-270"></i>
</span>
</div>