+ add the tips of trash.
This commit is contained in:
@@ -18,6 +18,8 @@ $lang->action->objectID = 'ID';
|
||||
$lang->action->objectName = 'Name';
|
||||
$lang->action->actor = 'Actor';
|
||||
$lang->action->date = 'Date';
|
||||
$lang->action->trashTips = "Tips:The deleting actions in zentao are all logic, the real data don't be erased from the database.
|
||||
So if you want to erase a record, can use phpmyadmin and such tools to remove it from database.";
|
||||
|
||||
$lang->action->objectTypes['product'] = 'PRODUCT';
|
||||
$lang->action->objectTypes['story'] = 'STORY';
|
||||
|
||||
@@ -18,6 +18,8 @@ $lang->action->objectID = '对象ID';
|
||||
$lang->action->objectName = '对象名称';
|
||||
$lang->action->actor = '操作者';
|
||||
$lang->action->date = '日期';
|
||||
$lang->action->trashTips = '提示:禅道系统的删除都是标记删除,并没有真正从数据库里面删除数据。这样做是为了系统数据的完整和安全。
|
||||
因此如果你确定要删除某一条数据,可以使用phpmyadmin等管理工具,进数据库删除。';
|
||||
|
||||
$lang->action->objectTypes['product'] = '产品';
|
||||
$lang->action->objectTypes['story'] = '需求';
|
||||
|
||||
@@ -37,6 +37,9 @@
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr><td colspan='6'><i><?php echo $lang->action->trashTips;?></i></td></tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
<div class='a-right'><?php $pager->show();?></div>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user