* Remove testcase-batchEdit as plugin.

This commit is contained in:
chencongzhi520@gmail.com
2012-06-08 08:04:26 +00:00
parent 990b988ce4
commit 6bdeb145eb
7 changed files with 3 additions and 209 deletions
+1 -6
View File
@@ -87,12 +87,7 @@ var moduleID = '<?php echo $moduleID;?>';
<tr>
<td colspan='10'>
<div class='f-left'>
<?php
echo html::selectAll() . html::selectReverse();
if(common::hasPriv('testcase', 'batchEdit')):
?>
<input class='button-s' value="<?php echo $lang->testcase->batchEdit; ?>" type="button" onclick="casesform.action='<?php echo $this->createLink('testcase', 'batchEdit', "from=testtaskCases&productID=$productID");?>';casesform.submit();">
<?php endif;?>
<?php echo html::selectAll() . html::selectReverse(); ?>
<?php if(common::hasPriv('testtask', 'batchAssign')):?>
<?php echo html::select('assignedTo', $users);?>
<input class='button-s' value="<?php echo $lang->testtask->batchAssign; ?>" type="button" onclick="casesform.action='<?php echo $this->inLink('batchAssign', "taskID=$task->id");?>';casesform.submit();">