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:
authorWilliam Desportes <williamdes@wdes.fr>2019-03-26 00:38:54 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-03-26 00:41:27 +0300
commit6de38a0435f26cd40c11750546b463a2015ede42 (patch)
treee9ce0dac1fbf5b7a169380b587ce62ce0e21ba73 /templates
parent2b0a36eb21bba172c98853fa98a6fdc6710ab581 (diff)
Remove added link to edit
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'templates')
-rw-r--r--templates/database/structure/structure_table_row.twig12
1 files changed, 1 insertions, 11 deletions
diff --git a/templates/database/structure/structure_table_row.twig b/templates/database/structure/structure_table_row.twig
index 6465de0900..c1177c9ef9 100644
--- a/templates/database/structure/structure_table_row.twig
+++ b/templates/database/structure/structure_table_row.twig
@@ -53,17 +53,7 @@
<td class="insert_table center print_ignore">
<a href="tbl_change.php{{ tbl_url_query|raw }}">{{ titles['Insert']|raw }}</a>
</td>
- {% if table_is_view %}
- <td class="center print_ignore">
- <a href="view_create.php{{- Url_getCommon({
- 'db': db,
- 'table': current_table['TABLE_NAME']
- }) }}">{{ titles['Edit']|raw }}</a>
- </td>
- {% endif %}
- {% if empty_table is not empty %}
- <td class="center print_ignore">{{ empty_table|raw }}</td>
- {% endif %}
+ <td class="center print_ignore">{{ empty_table|raw }}</td>
<td class="center print_ignore">
<a class="ajax drop_table_anchor
{{- table_is_view or current_table['ENGINE'] == null ? ' view' }}"