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

10 lines
308 B
Twig
Executable File

<div id="move_columns_dialog" class="hide" title="{% trans 'Move columns' %}">
<p>{% trans 'Move the columns by dragging them up and down.' %}</p>
<form action="tbl_structure.php">
<div>
{{ Url_getHiddenInputs(db, table) }}
<ul></ul>
</div>
</form>
</div>