Files
web.ems/phpMyAdmin/templates/privileges/global_priv_tbl_item.twig
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

10 lines
313 B
Twig
Executable File

<div class="item">
<input type="checkbox" class="checkall" name="{{ priv[0] }}_priv" id="checkbox_{{ priv[0] }}_priv"
value="Y" title="{{ priv[2] }}" {{ checked }} />
<label for="checkbox_{{ priv[0] }}_priv">
<code>
{{ formatted_priv|raw }}
</code>
</label>
</div>