File "alias_item.twig"
Full path: E:/sites/Single15/tinmung2007/webroot/phpMyAdmin/phpMyAdmin/templates/export/alias_item.twig
File size: 249 B
MIME-type:
Charset: utf-8
<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>