* fix bug #26741.
This commit is contained in:
@@ -171,7 +171,7 @@ $('#confirmButton').click(function()
|
||||
if(!isNaN(left)) totalLeft += left;
|
||||
if(!$tr.hasClass('member-done') && (isNaN(left) || left == 0))
|
||||
{
|
||||
bootbox.alert(account + ' ' + estimateNotEmpty);
|
||||
bootbox.alert(account + ' ' + leftNotEmpty);
|
||||
error = true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -309,7 +309,7 @@ foreach(explode(',', $config->task->edit->requiredFields) as $field)
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
<tr class='template'>
|
||||
<tr class='template member-wait'>
|
||||
<td class='w-250px'>
|
||||
<?php echo html::select("team[]", $members, '', "class='form-control chosen'")?>
|
||||
<?php echo html::hidden("source[]", '');?>
|
||||
|
||||
Reference in New Issue
Block a user