This commit is contained in:
pengjiangxiu
2017-07-19 11:16:57 +08:00
parent fcd9281b12
commit 77e4345aef
-7
View File
@@ -21,13 +21,6 @@
</div>
<div class='actions'>
<?php
if(common::hasPriv('testreport', 'browse'))
{
$param = '';
if($objectType == 'project') $param = "objectID=$objectID&objectType=$objectType";
if($objectType == 'testtask') $param = "objectID=$productIdList&objectType=product&extra=$objectID";
echo html::a(inlink('browse', $param), $lang->testreport->all, '', "class='btn'");
}
echo html::backButton();
?>
</div>