Files
web.ems/phpMyAdmin/templates/export/alias_item.twig
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

11 lines
267 B
Twig
Executable File

<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>