* fix bug #607 for add table-fixed.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<form method='post' action='<?php echo $this->createLink('bug', 'batchEdit', "productID=0");?>'>
|
||||
<table class='table table-condensed table-hover table-striped tablesorter' id='bugList'>
|
||||
<table class='table table-condensed table-hover table-striped tablesorter table-fixed' id='bugList'>
|
||||
<?php $vars = "type=$type&orderBy=%s&recTotal=$recTotal&recPerPage=$recPerPage&pageID=$pageID"; ?>
|
||||
<thead>
|
||||
<tr class='text-center'>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<table class='table table-condensed table-hover table-striped tablesorter'>
|
||||
<table class='table table-condensed table-hover table-striped tablesorter table-fixed'>
|
||||
<?php $vars = "type=$type&orderBy=%s&recTotal=$recTotal&recPerPage=$recPerPage&pageID=$pageID"; ?>
|
||||
<thead>
|
||||
<tr class='colhead'>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<?php echo html::a(helper::createLink('project', 'create'), "<i class='icon-plus'></i> " . $lang->my->home->createProject, '', "class='btn'") ?>
|
||||
</div>
|
||||
</div>
|
||||
<table class='table table-condensed table-hover table-striped tablesorter'>
|
||||
<table class='table table-condensed table-hover table-striped tablesorter table-fixed'>
|
||||
<thead>
|
||||
<tr class='text-center'>
|
||||
<th class='w-id'><?php echo $lang->idAB;?></th>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
</nav>
|
||||
</div>
|
||||
<form method='post' id='myStoryForm'>
|
||||
<table class='table table-condensed table-hover table-striped tablesorter'>
|
||||
<table class='table table-condensed table-hover table-striped tablesorter table-fixed'>
|
||||
<?php $vars = "type=$type&orderBy=%s&recTotal=$recTotal&recPerPage=$recPerPage&pageID=$pageID"; ?>
|
||||
<thead>
|
||||
<tr class='text-center'>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<form method='post' id='myTaskForm'>
|
||||
<table class='table table-condensed table-hover table-striped tablesorter' id='tasktable'>
|
||||
<table class='table table-condensed table-hover table-striped tablesorter table-fixed' id='tasktable'>
|
||||
<?php $vars = "type=$type&orderBy=%s&recTotal=$recTotal&recPerPage=$recPerPage&pageID=$pageID"; ?>
|
||||
<thead>
|
||||
<tr class='text-center'>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
</nav>
|
||||
</div>
|
||||
<form method='post' id='myCaseForm'>
|
||||
<table class='table table-condensed table-hover table-striped table-borderless tablesorter' id='caseList'>
|
||||
<table class='table table-condensed table-fixed table-hover table-striped table-borderless tablesorter' id='caseList'>
|
||||
<?php
|
||||
$vars = "type=$type&orderBy=%s&recTotal=$recTotal&recPerPage=$recPerPage&pageID=$pageID";
|
||||
$this->app->loadLang('testtask');
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<?php echo html::a(helper::createLink('todo', 'create', "date=" . str_replace('-', '', $date)), "<i class='icon-plus'></i> " . $lang->todo->create, '', "class='btn'") ?>
|
||||
</div>
|
||||
</div>
|
||||
<table class='table table-condensed table-hover table-striped tablesorter' id='todoList'>
|
||||
<table class='table table-condensed table-hover table-striped tablesorter table-fixed' id='todoList'>
|
||||
<?php $vars = "type=$type&account=$account&status=$status&orderBy=%s&recTotal=$recTotal&recPerPage=$recPerPage&pageID=$pageID"; ?>
|
||||
<thead>
|
||||
<tr class='text-center'>
|
||||
|
||||
Reference in New Issue
Block a user