|
@@ -2736,7 +2736,7 @@ class Database
|
|
|
private function list_tbody_button($config, $data, $type = 'td')
|
|
|
{
|
|
|
$result = '';
|
|
|
- //if ((Dever::load('manage/auth.oper', 3) != false || Dever::load('manage/auth.oper', 5) != false) && isset($config['manage']['_list']['value'])) {
|
|
|
+ if ((Dever::load('manage/auth.oper', 3) != false || Dever::load('manage/auth.oper', 5) != false) && isset($config['manage']['_list']['value'])) {
|
|
|
if (isset($config['manage']['_list']['value'])) {
|
|
|
$result = '<'.$type.'>';
|
|
|
if ($config['state'] == 2) {
|