diff options
Diffstat (limited to 'srcs/phpmyadmin/templates/export/alias_item.twig')
| -rw-r--r-- | srcs/phpmyadmin/templates/export/alias_item.twig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/srcs/phpmyadmin/templates/export/alias_item.twig b/srcs/phpmyadmin/templates/export/alias_item.twig deleted file mode 100644 index 3b2ce85..0000000 --- a/srcs/phpmyadmin/templates/export/alias_item.twig +++ /dev/null @@ -1,10 +0,0 @@ -<tr> - <th>{{ type }}</th> - <td>{{ name }}</td> - <td> - <input name="{{ field }}" value="{{ value }}" type="text"> - </td> - <td> - <button class="alias_remove btn btn-secondary">{% trans 'Remove' %}</button> - </td> -</tr> |
