* code for task#1648.

This commit is contained in:
azhi
2013-08-02 15:12:41 +08:00
parent f9a6f9a276
commit 6593516075
4 changed files with 7 additions and 3 deletions

View File

@@ -151,7 +151,7 @@ var browseType = '<?php echo $browseType;?>';
$actionLink = $this->createLink('task', 'batchEdit', "projectID=$projectID");
$misc = $canBatchEdit ? "onclick=changeAction('$actionLink')" : "disabled='disabled'";
echo "<div class='groupButton'>";
echo "<div class='groupButton dropButton'>";
echo html::commonButton($lang->edit, "onclick=\"changeAction('projectTaskForm', 'batchEdit', '$actionLink')\" $misc");
echo "<button id='moreAction' type='button' onclick=\"toggleSubMenu(this.id, 'top', 0)\"><span class='caret'></span></button>";
echo "</div>";