* change for new framework.

This commit is contained in:
wangyidong
2016-03-01 10:57:53 +08:00
parent 8a604925ee
commit e23311969d
43 changed files with 2962 additions and 957 deletions
+1 -1
View File
@@ -145,7 +145,7 @@
$canBatchAssignTo = common::hasPriv('task', 'batchAssignTo');
if(count($tasks))
{
echo "<div class='btn-group'>" . html::selectButton() . '</div>';
echo html::selectButton();
$actionLink = $this->createLink('task', 'batchEdit', "projectID=$projectID");
$misc = $canBatchEdit ? "onclick=\"setFormAction('$actionLink')\"" : "disabled='disabled'";