* Remove issue and risk to max.

This commit is contained in:
holan20180123
2021-02-25 11:02:06 +08:00
parent ca9e3f907e
commit 60922b9eb4
73 changed files with 46 additions and 7061 deletions
+1 -1
View File
@@ -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' : '';