<input type="hidden" name="dbname" value="<?= htmlspecialchars($database); ?>"/> <label for="text_tablename"><?= __('Add privileges on the following table:'); ?></label> <?php if (! empty($tables)) : ?> <select name="pred_tablename" class="autosubmit"> <option value="" selected="selected"><?= __('Use text field'); ?>:</option> <?php foreach ($tables as $table) : ?> <option value="<?= htmlspecialchars($table); ?>"><?= htmlspecialchars($table); ?></option> <?php endforeach; ?> </select> <?php endif; ?> <input type="text" id="text_tablename" name="tablename" />
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 |
|