+ add the tips of trash.

This commit is contained in:
wangchunsheng
2011-03-12 02:02:52 +00:00
parent e712bbd4e6
commit 2370df468f
3 changed files with 7 additions and 0 deletions
+2
View File
@@ -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';
+2
View File
@@ -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'] = '需求';
+3
View File
@@ -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';?>