* adjust the column width.

This commit is contained in:
wangchunsheng
2011-09-20 02:32:35 +00:00
parent e04c2fb004
commit b8ffc2d742
+5 -5
View File
@@ -10,12 +10,12 @@
<table class='table-1 fixed colored'>
<tr class='colhead'>
<th class='w-150px'><?php echo $lang->project->name;?></th>
<th class='w-date'><?php echo $lang->project->end;?></th>
<th class='w-50px'><?php echo $lang->project->totalEstimate;?></th>
<th class='w-50px'><?php echo $lang->project->totalConsumed;?></th>
<th class='w-50px'><?php echo $lang->project->totalLeft;?></th>
<th><?php echo $lang->project->end;?></th>
<th><?php echo $lang->project->totalEstimate;?></th>
<th><?php echo $lang->project->totalConsumed;?></th>
<th><?php echo $lang->project->totalLeft;?></th>
<th class='w-150px'><?php echo $lang->project->progess;?></th>
<th><?php echo $lang->project->burn;?></th>
<th class='w-100px'><?php echo $lang->project->burn;?></th>
</tr>
<?php foreach($projectStats as $project):?>
<tr class='a-center'>