Skip to content

Commit 814bcae

Browse files
committed
Remove table sorting code
Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 5115844 commit 814bcae

3 files changed

Lines changed: 5 additions & 18 deletions

File tree

pmaweb/static/css/style.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -383,18 +383,6 @@ pre {
383383
border-bottom: solid 2px #882200;
384384
}
385385

386-
.sortable thead th {
387-
cursor: pointer;
388-
}
389-
390-
.sortable .fa-sort {
391-
color: #ccc;
392-
}
393-
394-
.sortable .fa-sort-asc, .sortable .fa-sort-desc {
395-
color: #000;
396-
}
397-
398386
.dllist td {
399387
padding: 2px;
400388
}

pmaweb/templates/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<script src="{% static 'js/mootools.js' %}" type="text/javascript"></script>
4040
<script src="{% static 'js/slimbox.js' %}" type="text/javascript"></script>
4141
<script src="{% static 'js/fader.js' %}" type="text/javascript"></script>
42-
<script src="{% static 'js/master_sorting_table.js' %}" type="text/javascript"></script>
4342
<script src="{% static 'js/utils.js' %}" type="text/javascript"></script>
4443
{% endcompress %}
4544
<meta name="verify-v1" content="3AM2eNj0zQ1Ao/N2eGE02S45V3p5KQxAyMIxdUJhtEQ=" />

pmaweb/templates/translations.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ <h2>Translations</h2>
1919
The translation server also provides you overview of translation status.
2020
</p>
2121

22-
<table class="graph sortable" id="sorttable">
22+
<table class="graph">
2323
<thead>
2424
<tr>
25-
<th class="forward_sort"><i class="fa fa-sort fa-sort-desc"></i> Translation</th>
26-
<th><i class="fa fa-sort"></i> Strings</th>
27-
<th colspan="2"><i class="fa fa-sort"></i> Translated strings percent</th>
28-
<th><i class="fa fa-sort"></i> Last modification</th>
25+
<th>Translation</th>
26+
<th>Strings</th>
27+
<th colspan="2">Translated strings percent</th>
28+
<th>Last modification</th>
2929
</tr>
3030
</thead>
3131

0 commit comments

Comments
 (0)