-
+
+
+
+ createLink('bug', 'batchEdit', "productID=0");
- echo html::commonButton($lang->edit, "onclick=\"setFormAction('$actionLink')\"");
- }
+ if(common::hasPriv('bug', 'batchEdit'))
+ {
+ $actionLink = $this->createLink('bug', 'batchEdit', "productID=0");
+ echo html::commonButton($lang->edit, "onclick=\"setFormAction('$actionLink')\"");
+ }
- if(common::hasPriv('bug', 'batchClose') and $type != 'closedBy')
- {
- $actionLink = $this->createLink('bug', 'batchClose');
- echo html::commonButton($lang->bug->close, "onclick=\"setFormAction('$actionLink','hiddenwin')\"");
- }
- ?>
-
-
- show();?>
- |