fixed: UI bug: Textmodul tablesort
This commit is contained in:
parent
63d4ca2ff8
commit
a2224b12ce
@ -6,7 +6,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<div id="table_text">
|
<div id="table_text">
|
||||||
<h6>${basic_rows}: ${count} ${basic_page}: ${page}</h6>
|
<h6>${basic_rows}: ${count} ${basic_page}: ${page}</h6>
|
||||||
<table class="sai_table table table-hover table-condensed tablesorter" id="sai_mod_text_table" style="overflow: auto;">
|
<table class="table table-hover table-condensed sai_table tablesorter" id="sai_mod_text_table" style="overflow: auto;">
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>${table_id}</th>
|
<th>${table_id}</th>
|
||||||
<th>${table_lang}</th>
|
<th>${table_lang}</th>
|
||||||
@ -16,7 +17,10 @@
|
|||||||
<th>${table_author_edit}</th>
|
<th>${table_author_edit}</th>
|
||||||
<th>${table_time_edit}</th>
|
<th>${table_time_edit}</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
${entries}
|
${entries}
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<ul class="pagination">
|
<ul class="pagination">
|
||||||
<li><a href="#!text;tag.${tag};filter.${filter};search.${search};page.0">«</a></li>
|
<li><a href="#!text;tag.${tag};filter.${filter};search.${search};page.0">«</a></li>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user