* Remove bug-batchEdit as plugin.

This commit is contained in:
chencongzhi520@gmail.com
2012-06-08 07:30:19 +00:00
parent 9e3c161370
commit b4e5207897
7 changed files with 0 additions and 235 deletions

View File

@@ -154,7 +154,6 @@ var customed = <?php echo (int)$customed;?>;
<div class='f-left'>
<?php
echo html::selectAll() . html::selectReverse();
if(common::hasPriv('bug', 'batchEdit')) echo html::submitButton($lang->bug->batchEdit);
foreach($lang->bug->statusList as $status => $label)
{
if($status != 'active')