Files
web.ems/phpMyAdmin/templates/server/variables/variable_table_head.twig
2024-10-22 10:34:29 +08:00

8 lines
232 B
Twig
Executable File

<thead>
<tr class="var-header var-row">
<td class="var-action">{% trans 'Action' %}</td>
<td class="var-name">{% trans 'Variable' %}</td>
<td class="var-value">{% trans 'Value' %}</td>
</tr>
</thead>