Files
doitinpoland.com/wp-content/plugins/wpml-string-translation/templates/theme-plugin-localization/theme-plugin-localization-ui-header.twig
2023-09-12 21:41:04 +02:00

22 lines
656 B
Twig

{% if position == "header" %}
<thead>
{% elseif position == "footer" %}
<tfoot>
{% endif %}
<tr>
<td class="check-column">
<input type="checkbox">
</td>
<th>{{ component }}</th>
<th>{{ domain }}</th>
<th class="wpml-col-center"><span class="otgs-ico-translated" title="{{ completed_title }}"></span></th>
<th class="wpml-col-center"><span class="otgs-ico-needs-update" title="{{ needs_update_title }}"></span></th>
{% if 'plugin' == type %}
<th></th>
{% endif %}
</tr>
{% if position == "header" %}
</thead>
{% elseif position == "footer" %}
</tfoot>
{% endif %}