Files
web.ems/phpMyAdmin/templates/export/alias_item.twig
2024-10-22 10:36:20 +08:00

11 lines
267 B
Twig

<tr>
<th>{{ type }}</th>
<td>{{ name }}</td>
<td>
<input name="{{ field }}" value="{{ value }}" type="text" />
</td>
<td>
<button class="alias_remove ui-button ui-corner-all ui-widget">{% trans 'Remove' %}</button>
</td>
</tr>