|
@@ -2677,7 +2677,8 @@ class Database
|
|
if (isset($vj[4])) {
|
|
if (isset($vj[4])) {
|
|
$title = $vj[4];
|
|
$title = $vj[4];
|
|
}
|
|
}
|
|
- $result .= '<a href="javascript:;" onclick="load(\'' . Dever::url($pj) . '\', \'' . $content . '\', \'' . $title . '\')"><button type="button" class="btn btn-info btn-rounded waves-effect waves-light m-b-5 '.$class.'">' . $vj[0] . '</button></a> ';
|
|
|
|
|
|
+ $url = Dever::url($pj) . '&manage_log=update.' . $this->project . '.' . $this->table . '&manage_oper=' . $vj[0];
|
|
|
|
+ $result .= '<a href="javascript:;" onclick="load(\'' . $url . '\', \'' . $content . '\', \'' . $title . '\')"><button type="button" class="btn btn-info btn-rounded waves-effect waves-light m-b-5 '.$class.'">' . $vj[0] . '</button></a> ';
|
|
} elseif (strpos($kj, 'new') !== false) {
|
|
} elseif (strpos($kj, 'new') !== false) {
|
|
if (!isset($vj[1])) {
|
|
if (!isset($vj[1])) {
|
|
$vj[1] = '';
|
|
$vj[1] = '';
|