diff --git a/module/project/css/create.css b/module/project/css/create.css index 444ddd1b34..cddcaaa13a 100755 --- a/module/project/css/create.css +++ b/module/project/css/create.css @@ -27,3 +27,4 @@ .futureBox {vertical-align: top !important; padding-top: 13px !important;} #projectType {padding-top: 7px !important;} .division .icon-help {margin-left: 15px} +.has-info {border-color: #0c64eb!important;} \ No newline at end of file diff --git a/module/project/lang/de.php b/module/project/lang/de.php index e09b2f5b08..fa0ecdf414 100644 --- a/module/project/lang/de.php +++ b/module/project/lang/de.php @@ -374,3 +374,9 @@ $lang->project->action = new stdclass(); $lang->project->action->managed = '$date, managed by $actor. $extra' . "\n"; $lang->project->multiple = "Multi {$lang->executionCommon}"; + +$lang->project->copyproject = new stdClass(); +$lang->project->copyproject->nameTips = '『Project Name』Cannot be repeated.'; +$lang->project->copyproject->codeTips = '『Project Code』Cannot be repeated.'; +$lang->project->copyproject->endTips = '『Schedule End』Cannot be empty.'; +$lang->project->copyproject->daysTips = '『Available working days』Should be numerical.'; \ No newline at end of file diff --git a/module/project/lang/en.php b/module/project/lang/en.php index bd8aea81c6..bb0cd04d43 100644 --- a/module/project/lang/en.php +++ b/module/project/lang/en.php @@ -374,3 +374,9 @@ $lang->project->action = new stdclass(); $lang->project->action->managed = '$date, managed by $actor. $extra' . "\n"; $lang->project->multiple = "Multi {$lang->executionCommon}"; + +$lang->project->copyproject = new stdClass(); +$lang->project->copyproject->nameTips = '『Project Name』Cannot be repeated.'; +$lang->project->copyproject->codeTips = '『Project Code』Cannot be repeated.'; +$lang->project->copyproject->endTips = '『Schedule End』Cannot be empty.'; +$lang->project->copyproject->daysTips = '『Available working days』Should be numerical.'; \ No newline at end of file diff --git a/module/project/lang/fr.php b/module/project/lang/fr.php index 2ee664d94a..90593cf170 100644 --- a/module/project/lang/fr.php +++ b/module/project/lang/fr.php @@ -374,3 +374,9 @@ $lang->project->action = new stdclass(); $lang->project->action->managed = '$date, managed by $actor. $extra' . "\n"; $lang->project->multiple = "Multi {$lang->executionCommon}"; + +$lang->project->copyproject = new stdClass(); +$lang->project->copyproject->nameTips = '『Project Name』Cannot be repeated.'; +$lang->project->copyproject->codeTips = '『Project Code』Cannot be repeated.'; +$lang->project->copyproject->endTips = '『Schedule End』Cannot be empty.'; +$lang->project->copyproject->daysTips = '『Available working days』Should be numerical.'; \ No newline at end of file diff --git a/module/project/lang/zh-cn.php b/module/project/lang/zh-cn.php index 22610b3ac8..531acbdefb 100644 --- a/module/project/lang/zh-cn.php +++ b/module/project/lang/zh-cn.php @@ -374,3 +374,9 @@ $lang->project->action = new stdclass(); $lang->project->action->managed = '$date, 由 $actor 维护。$extra' . "\n"; $lang->project->multiple = "启用{$lang->executionCommon}"; + +$lang->project->copyproject = new stdClass(); +$lang->project->copyproject->nameTips = '『项目名称』不可重复需要修改。'; +$lang->project->copyproject->codeTips = '『项目代号』不可重复需要修改。'; +$lang->project->copyproject->endTips = '『计划完成』不能为空。'; +$lang->project->copyproject->daysTips = '『可用工作日』应当是数字。'; \ No newline at end of file diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php index f80f3bea14..6a90207c3b 100755 --- a/module/project/view/create.html.php +++ b/module/project/view/create.html.php @@ -35,6 +35,11 @@ project->ignore);?> project->create->requiredFields;?> + +project->copyproject->nameTips);?> +project->copyproject->codeTips);?> +project->copyproject->endTips);?> +project->copyproject->daysTips);?>