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:
authorvyeshwanth <vyeshwanth123@gmail.com>2018-03-25 13:03:50 +0300
committervyeshwanth <vyeshwanth123@gmail.com>2018-03-30 18:13:22 +0300
commit096b2ac6d7e1feaae4ccb21e3a3eccf8cee1931e (patch)
treea8772ce73280c1a13a17773e60084183adf34cc5 /templates
parentcec81aec2f4c6d5f32ccd46a40746a68a887c6f6 (diff)
Enhancement: Button to add a central column from existing tables #14043
Signed-off-by: Yeshwanth Vuppu <vyeshwanth123@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/database/central_columns/add_column.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/database/central_columns/add_column.twig b/templates/database/central_columns/add_column.twig
index bd79f14bb7..68eba31a9e 100644
--- a/templates/database/central_columns/add_column.twig
+++ b/templates/database/central_columns/add_column.twig
@@ -12,6 +12,7 @@
<select name="column-select" id="column-select">
<option value="" selected="selected">{% trans 'Select a column.' %}</option>
</select>
+ <input type="submit" value="{% trans 'Add' %}"></input>
</form>
</td>
<td class="navigation_separator largescreenonly"></td>