hotfix UI: saimod_mod sortable

This commit is contained in:
Messerbill 2015-06-08 22:36:47 +02:00
parent ea48285b04
commit a8f1741911
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
function init_saimod_sys_mod() {
$("#sai_mod_sys_table").tablesorter();
$("#sai_mod_mod_table").tablesorter();
$('#tabs_mod a').click(function (e) {
$('#tabs_mod li').each(function(){
$(this).removeClass('active');});
@ -8,21 +8,21 @@ function init_saimod_sys_mod() {
};
function init_saimod_sys_mod_system() {
$("#sai_mod_sys_table").tablesorter();
$("#sai_mod_mod_table").tablesorter();
$('#tabs_mod li').each(function(){
$(this).removeClass('active');});
$('#menu_mod_system').parent().addClass('active');
}
function init_saimod_sys_mod_project() {
$("#sai_mod_sys_table").tablesorter();
$("#sai_mod_mod_table").tablesorter();
$('#tabs_mod li').each(function(){
$(this).removeClass('active');});
$('#menu_mod_project').parent().addClass('active');
}
function init_saimod_sys_mod_lib() {
$("#sai_mod_sys_table").tablesorter();
$("#sai_mod_mod_table").tablesorter();
$('#tabs_mod li').each(function(){
$(this).removeClass('active');});
$('#menu_mod_lib').parent().addClass('active');

View File

@ -1,4 +1,4 @@
<table class="table table-hover table-condensed sai_table tablesorter" style="overflow: auto;">
<table class="table table-hover table-condensed sai_table tablesorter" id="sai_mod_mod_table" style="overflow: auto;">
<thead>
<tr>
<th>${table_class}</th>

View File

@ -1,4 +1,4 @@
<table class="table table-hover table-condensed sai_table tablesorter" style="overflow: auto;">
<table class="table table-hover table-condensed sai_table tablesorter" id="sai_mod_mod_table" style="overflow: auto;">
<thead>
<tr>
<th>Classname</th>