Remove added link to edit

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-03-25 22:38:54 +01:00
parent 2b0a36eb21
commit 6de38a0435
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -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' }}"