Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiyush Vijay <piyushvijay.1997@gmail.com>2018-04-22 00:04:03 +0300
committerPiyush Vijay <piyushvijay.1997@gmail.com>2018-04-22 00:08:45 +0300
commitefaf47050a89974af613ad1be0b216eebb441195 (patch)
tree132560b040276f93231d61d59908c16172667bf1 /templates
parent5b35dba67df11fa9c296f9f9ba8edd3cf5048c08 (diff)
Move columns preview SQL: #14155 feature added
Signed-off-by: Piyush Vijay <piyushvijay.1997@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/table/structure/move_columns_dialog.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/table/structure/move_columns_dialog.twig b/templates/table/structure/move_columns_dialog.twig
index 7e7a8e26dc..bf826952a0 100644
--- a/templates/table/structure/move_columns_dialog.twig
+++ b/templates/table/structure/move_columns_dialog.twig
@@ -1,6 +1,6 @@
<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">
+ <form action="tbl_structure.php" name="move_column_form" id="move_column_form">
<div>
{{ Url_getHiddenInputs(db, table) }}
<ul></ul>