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