* Change toString to zui function.
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
</div>
|
||||
</td>
|
||||
<?php $deltaValue = $project->end == '2059-12-31' ? 999 : '';?>
|
||||
<td colspan='2'><?php echo html::radio('delta', $lang->program->endList , '', "onclick='computeEndDate(this.value)'");?></td>
|
||||
<td colspan='2'><?php echo html::radio('delta', $lang->program->endList , $deltaValue, "onclick='computeEndDate(this.value)'");?></td>
|
||||
</tr>
|
||||
<?php if($project->model == 'scrum'):?>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user