* adjust the ui.

This commit is contained in:
wangchunsheng
2009-12-17 06:38:38 +00:00
parent a750c37454
commit 9c73739721

View File

@@ -25,16 +25,16 @@
<?php include '../../common/header.html.php';?>
<?php include '../../common/tablesorter.html.php';?>
<div class='yui-d0'>
<table class='table-1 tablesorter' id='tasktable'>
<table class='table-1 tablesorter fixed' id='tasktable'>
<thead>
<tr class='colhead'>
<th><?php echo $lang->task->id;?></th>
<th class='w-p30 nobr'><?php echo $lang->task->name;?></th>
<th class='w-p10 nobr'><?php echo $lang->task->project;?></th>
<th ><?php echo $lang->task->pri;?></th>
<th class='w-p30'><?php echo $lang->task->name;?></th>
<th class='w-p10'><?php echo $lang->task->project;?></th>
<th><?php echo $lang->task->pri;?></th>
<th><?php echo $lang->task->estimate;?></th>
<th><?php echo $lang->task->consumed;?></th>
<th class='w-p30 nobr'><?php echo $lang->task->story;?></th>
<th class='w-p30'><?php echo $lang->task->story;?></th>
<th><?php echo $lang->task->status;?></th>
<th><?php echo $lang->action;?></th>
</tr>