init web ems all
This commit is contained in:
9
phpMyAdmin/templates/table/structure/move_columns_dialog.twig
Executable file
9
phpMyAdmin/templates/table/structure/move_columns_dialog.twig
Executable file
@@ -0,0 +1,9 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user