Webgui: filters and pagination
This commit is contained in:
+2
-1
@@ -213,9 +213,10 @@ $sth->execute([$id]);
|
||||
<th><?=_('Task')?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<?php foreach ($sth->fetchAll() as $row):?>
|
||||
<?php foreach ($sth->fetchAll() as $row): ?>
|
||||
<tr>
|
||||
<td><?=$row['taskname']?></td>
|
||||
<?php form_action_buttons('task.php', $row['taskid']); ?>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user