rabin 3 yıl önce
ebeveyn
işleme
397524f574
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      src/Database.php

+ 2 - 1
src/Database.php

@@ -2677,7 +2677,8 @@ class Database
                         if (isset($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>&nbsp;&nbsp;';
+                        $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>&nbsp;&nbsp;';
                     } elseif (strpos($kj, 'new') !== false) {
                         if (!isset($vj[1])) {
                             $vj[1] = '';