diff --git a/module/project/css/create.css b/module/project/css/create.css index 3036ebd760..21c3fceddd 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 2b5843e509..2f1160ea03 100644 --- a/module/project/lang/de.php +++ b/module/project/lang/de.php @@ -376,3 +376,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 844de092a7..b3b01a8d5e 100644 --- a/module/project/lang/en.php +++ b/module/project/lang/en.php @@ -376,3 +376,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 cd51d24993..b06aa0c32d 100644 --- a/module/project/lang/fr.php +++ b/module/project/lang/fr.php @@ -376,3 +376,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 2d411b634e..e5561b22fc 100644 --- a/module/project/lang/zh-cn.php +++ b/module/project/lang/zh-cn.php @@ -376,3 +376,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 e1a56351b3..1b8cb9b15f 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);?>