* fix bug #607 for add table-fixed.

This commit is contained in:
wangyidong
2014-07-29 07:17:16 +00:00
parent dd5dbea1bd
commit 274ea6e4ec
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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'>
+1 -1
View File
@@ -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'>
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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'>
+1 -1
View File
@@ -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'>
+1 -1
View File
@@ -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');
+1 -1
View File
@@ -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'>