* Remove issue and risk to max.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
$active = $methodName == 'execution' ? ' btn-active-text' : '';
|
||||
common::printLink('user', 'execution', "userID={$user->id}", $label, '', "class='btn btn-link $active'");
|
||||
|
||||
if($this->config->systemMode == 'new')
|
||||
if(isset($this->config->maxVersion))
|
||||
{
|
||||
$label = "<span class='text'>{$lang->user->issue}</span>";
|
||||
$active = ($methodName == 'issue' or $methodName == 'issue')? ' btn-active-text' : '';
|
||||
|
||||
Reference in New Issue
Block a user