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, 10 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/templates/export/alias_item.twig b/srcs/phpmyadmin/templates/export/alias_item.twig new file mode 100644 index 0000000..3b2ce85 --- /dev/null +++ b/srcs/phpmyadmin/templates/export/alias_item.twig @@ -0,0 +1,10 @@ +<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> |
