* [bug#53839,done,1h] Show tips.

This commit is contained in:
hufangzhou
2024-09-23 10:22:51 +08:00
committed by 王于听
parent a18eb0bbd1
commit 2212d94b6d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ if($hasCode)
}
$fields->field('begin')
->tip($copyProject ? $lang->project->copyProject->endTips : null)
->tip($copyProject ? $lang->project->copyProject->endTips : ' ')
->tipClass('text-warning');
if(!$copyProject || data('copyProject.multiple') != '0') $fields->field('begin')->checkbox(array('text' => $lang->project->longTime, 'name' => 'longTime', 'checked' => false));