mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 01:16:26 +02:00
Fix console command to update/create a user.
This commit is contained in:
parent
85095ef995
commit
850923c1e6
2 changed files with 19 additions and 4 deletions
|
@ -94,10 +94,10 @@ jQuery(document).ready(function ()
|
|||
},
|
||||
},
|
||||
{data: 'at', render: jQuery.fn.dataTable.render.text()},
|
||||
{data: 'text', render: jQuery.fn.dataTable.render.text()},
|
||||
{data: 'text', render: jQuery.fn.dataTable.render.text()}
|
||||
|
||||
<?php if ($_SESSION['user']['admin']) { ?>
|
||||
{
|
||||
,{
|
||||
data: 'id',
|
||||
render: function (data, type, row, meta) {
|
||||
return '<input name="ids[]" type="checkbox" value="' + data + '">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue