File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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= " />
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ <h2>Translations</h2>
1919The 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
You can’t perform that action at this time.
0 commit comments