* ajusted ui of table view.

This commit is contained in:
Catouse
2014-11-14 10:07:07 +08:00
parent ab4b55773b
commit 6a5f8280e0
5 changed files with 5 additions and 5 deletions

View File

@@ -161,7 +161,7 @@
/* Batch assign. */
if($canBatchAssignTo)
{
$withSearch = count($memberPairs) > 4;
$withSearch = count($memberPairs) > 10;
$actionLink = $this->createLink('task', 'batchAssignTo', "projectID=$projectID");
echo html::select('assignedTo', $memberPairs, '', 'class="hidden"');
echo "<li class='dropdown-submenu'>";