init web ems all
This commit is contained in:
10
phpMyAdmin/templates/export/alias_item.twig
Executable file
10
phpMyAdmin/templates/export/alias_item.twig
Executable file
@@ -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 ui-button ui-corner-all ui-widget">{% trans 'Remove' %}</button>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user