<tr class="<?= ($odd ? 'odd' : 'even'); ?>"> <td><?= htmlspecialchars($name); ?></td> <td><code><?= $privileges; ?></code></td> <td><?= ($grant ? __('Yes') : __('No')); ?></td> <?php if ($type == 'database') : ?> <td><?= ($tablePrivs ? __('Yes') : __('No')); ?></td> <?php elseif ($type == 'table') : ?> <td><?= ($columnPrivs ? __('Yes') : __('No')); ?></td> <?php endif; ?> <td><?= $editLink; ?></td> <td><?= $revokeLink; ?></td> </tr>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
add_privileges_database.phtml | File | 702 B | 0644 |
|
add_privileges_routine.phtml | File | 631 B | 0644 |
|
add_privileges_table.phtml | File | 611 B | 0644 |
|
edit_routine_privileges.phtml | File | 1.27 KB | 0644 |
|
privileges_summary.phtml | File | 2.89 KB | 0644 |
|
privileges_summary_row.phtml | File | 486 B | 0644 |
|