Skip to content
Snippets Groups Projects
Commit c4c073ad authored by Moritz Strohm's avatar Moritz Strohm
Browse files

made language table sortable

parent a39b9ab7
No related branches found
No related tags found
No related merge requests found
<? if ($languages) : ?>
<table class="default">
<table class="default sortable-table" data-sortlist="[[0, 0]]">
<thead>
<tr>
<th><?= dgettext('TandemPlugin', 'ISO 639-2 Code') ?></th>
<th><?= dgettext('TandemPlugin', 'Name') ?></th>
<th><?= dgettext('TandemPlugin', 'Deutscher Name') ?></th>
<th><?= dgettext('TandemPlugin', 'Englischer Name') ?></th>
<th data-sort="text"><?= dgettext('TandemPlugin', 'ISO 639-2 Code') ?></th>
<th data-sort="text"><?= dgettext('TandemPlugin', 'Name') ?></th>
<th data-sort="text"><?= dgettext('TandemPlugin', 'Deutscher Name') ?></th>
<th data-sort="text"><?= dgettext('TandemPlugin', 'Englischer Name') ?></th>
<th class="actions"><?= dgettext('TandemPlugin', 'Aktionen') ?></th>
</tr>
</thead>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment