first commit

This commit is contained in:
2023-09-12 21:41:04 +02:00
commit 3361a7f053
13284 changed files with 2116755 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<table class="widefat striped fixed <%= ( mode !== 'sync' )? 'wpml-tt-table' : 'wpml-tt-sync-table' %>" id="tax-table-<%=tableType%>">
<thead>
<tr>
<% if ( mode !== 'sync' ) { %>
<th class="wpml-col-title"><%= firstColumnHeading %></th>
<th class="wpml-col-languages">
<% _.each(langs, function( lang ) { %>
<span title="<%= lang.label %>"><img src="<%= lang.flag %>" alt="<%= lang.label %>"></span>
<% }); %>
</th>
<% } else { %>
<% _.each(langs, function( lang ) { %>
<th class="wpml-col-ttsync">
<span class="wpml-title-flag"><img src="<%= lang.flag %>" alt="<%= lang.label %>"></span><%= lang.label %>
</th>
<% }); %>
<% } %>
</tr>
</thead>
</table>