@@ -3,9 +3,9 @@
|
||||
* The view file of datatable module of ZenTaoPMS.
|
||||
*
|
||||
* @copyright Copyright 2014-2014 青岛易软天创网络科技有限公司 (QingDao Nature Easy Soft Network Technology Co,LTD www.cnezsoft.com)
|
||||
* @license business(商业软件)
|
||||
* @license business(商业软件)
|
||||
* @author Hao sun <sunhao@cnezsoft.com>
|
||||
* @package datatable
|
||||
* @package datatable
|
||||
* @version $Id$
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
|
||||
@@ -80,7 +80,6 @@ $lang->product->assignToNullBugsTitle = '未指派Bug';
|
||||
$lang->product->closedBugs = '关闭Bug';
|
||||
$lang->product->bugFixedRate = 'Bug修复率';
|
||||
$lang->product->unfoldClosed = '展开已关闭';
|
||||
$lang->product->assigned = '指派';
|
||||
|
||||
$lang->product->confirmDelete = " 您确定删除该{$lang->productCommon}吗?";
|
||||
$lang->product->errorNoProduct = "还没有创建{$lang->productCommon}!";
|
||||
|
||||
@@ -330,10 +330,6 @@ $projectIDParam = $isProjectStory ? "projectID=$projectID&" : '';
|
||||
|
||||
if($value->show)
|
||||
{
|
||||
if($value->title == $lang->product->assigned)
|
||||
{
|
||||
$value->width = 90;
|
||||
}
|
||||
$this->datatable->printHead($value, $orderBy, $vars, $canBatchAction);
|
||||
$columns ++;
|
||||
}
|
||||
|
||||
@@ -123,7 +123,7 @@ $config->story->datatable->fieldList['openedDate']['required'] = 'no';
|
||||
|
||||
$config->story->datatable->fieldList['assignedTo']['title'] = 'assignedToAB';
|
||||
$config->story->datatable->fieldList['assignedTo']['fixed'] = 'no';
|
||||
$config->story->datatable->fieldList['assignedTo']['width'] = '86';
|
||||
$config->story->datatable->fieldList['assignedTo']['width'] = '90';
|
||||
$config->story->datatable->fieldList['assignedTo']['required'] = 'no';
|
||||
|
||||
$config->story->datatable->fieldList['assignedDate']['title'] = 'assignedDate';
|
||||
|
||||
Reference in New Issue
Block a user