diff --git a/module/bug/lang/en.php b/module/bug/lang/en.php index 213e98650f..08873aab3c 100644 --- a/module/bug/lang/en.php +++ b/module/bug/lang/en.php @@ -90,6 +90,7 @@ $lang->bug->fromCase = 'From Case'; $lang->bug->toCase = 'To Case'; $lang->bug->colorTag = 'Color'; $lang->bug->fixedRate = 'Fixed Rate'; +$lang->bug->noticefeedbackBy = 'NoticeFeedbackBy'; /* Method list. */ $lang->bug->index = 'Bug Home'; diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 89f1e69b3d..e27cd36740 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -138,7 +138,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID); - +
@@ -147,7 +147,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID);
- + bug->feedbackBy;?> @@ -159,8 +159,7 @@ if($this->app->tab == 'project') js::set('objectID', $projectID); - - +
bug->feedbackBy?> @@ -171,7 +170,6 @@ if($this->app->tab == 'project') js::set('objectID', $projectID); -