* Fix bug #24910.
This commit is contained in:
@@ -73,6 +73,8 @@ $lang->tree->all = 'Alle Module';
|
||||
$lang->tree->executionDoc = "{$lang->executionCommon} Dok";
|
||||
$lang->tree->product = $lang->productCommon;
|
||||
|
||||
$lang->tree->emptyHistory = "No History";
|
||||
|
||||
$lang->module = new stdclass();
|
||||
$lang->module->action = new stdclass();
|
||||
$lang->module->action->created = array('main' => "\$date, created <strong>\$extra</strong> by <strong>\$actor</strong>.");
|
||||
|
||||
@@ -73,6 +73,8 @@ $lang->tree->all = 'All Modules';
|
||||
$lang->tree->executionDoc = "{$lang->executionCommon} Document";
|
||||
$lang->tree->product = $lang->productCommon;
|
||||
|
||||
$lang->tree->emptyHistory = "No History";
|
||||
|
||||
$lang->module = new stdclass();
|
||||
$lang->module->action = new stdclass();
|
||||
$lang->module->action->created = array('main' => "\$date, created <strong>\$extra</strong> by <strong>\$actor</strong>.");
|
||||
|
||||
@@ -73,6 +73,8 @@ $lang->tree->all = 'Tous les Modules';
|
||||
$lang->tree->executionDoc = "Document {$lang->executionCommon}";
|
||||
$lang->tree->product = $lang->productCommon;
|
||||
|
||||
$lang->tree->emptyHistory = "Pas Historique";
|
||||
|
||||
$lang->module = new stdclass();
|
||||
$lang->module->action = new stdclass();
|
||||
$lang->module->action->created = array('main' => "\$date, créé <strong>\$extra</strong> par <strong>\$actor</strong>.");
|
||||
|
||||
@@ -73,6 +73,8 @@ $lang->tree->all = '所有模块';
|
||||
$lang->tree->executionDoc = "{$lang->executionCommon}文档";
|
||||
$lang->tree->product = "所属{$lang->productCommon}";
|
||||
|
||||
$lang->tree->emptyHistory = "暂时没有历史记录。";
|
||||
|
||||
$lang->module = new stdclass();
|
||||
$lang->module->action = new stdclass();
|
||||
$lang->module->action->created = array('main' => "\$date, 由 <strong>\$actor</strong> 创建了 <strong>\$extra</strong>。");
|
||||
|
||||
@@ -12,4 +12,9 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/action.html.php';?>
|
||||
<?php if(empty($actions)):?>
|
||||
<div class="table-empty-tip" id="emptyBox">
|
||||
<p><span class="text-muted"><?php echo $lang->tree->emptyHistory;?></span></p>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user