Files
web.ems/phpMyAdmin/templates/server/variables/variable_table_head.twig
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +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>