Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
5f46431d45 |
@ -290,6 +290,9 @@ class ListJsonTable extends JasonTable
|
|||||||
$this->html .= "<td></td>";
|
$this->html .= "<td></td>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if ($this->showActionColumn) {
|
||||||
|
$this->html .= "<td></td>";
|
||||||
|
}
|
||||||
$this->html .= "</form></tr>";
|
$this->html .= "</form></tr>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user