|
@@ -3021,7 +3021,7 @@ class Database
|
|
|
$result .= '<a href="#dever_modal" data-toggle="modal" class="btn btn-info btn-rounded waves-effect waves-light m-b-5 '.$class.'" onclick=' . $t[1] . ' msg-send="' . $this->value($t[2], $data) . '">' . $vj[0] . '</a> ';
|
|
|
} elseif (isset($vj[1])) {
|
|
|
$result .= '<a href="' . $this->url($kj, $data['id'], $pj) . '" class="oper_' . $kj . '"><button type="button" class="btn btn-info btn-rounded waves-effect waves-light m-b-5 '.$class.'">' . $h . $vjn . '</button></a> ';
|
|
|
- } else {
|
|
|
+ } elseif ($vj) {
|
|
|
$result .= '<span style="margin-left:5px;margin-right:10px;">' . $vj[0] . '</span>';
|
|
|
}
|
|
|
}
|