* add the empty status.

This commit is contained in:
wangchunsheng
2010-04-27 14:34:05 +00:00
parent 3cd14afa36
commit 8d54fb2121

View File

@@ -55,5 +55,6 @@ $lang->product->moduleStory = '按模块浏览';
$lang->product->searchStory = '搜索';
$lang->product->allStory = '全部需求';
$lang->product->statusList[''] = '';
$lang->product->statusList['normal'] = '正常';
$lang->product->statusList['closed'] = '结束';