* change the width of the action column.

This commit is contained in:
wangchunsheng
2010-01-01 15:16:25 +00:00
parent 3a22580759
commit 40b68da6bb
3 changed files with 8 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
<th><?php common::printOrderLink('type', $orderBy, $vars, $lang->task->type);?></th>
<th><?php common::printOrderLink('status', $orderBy, $vars, $lang->task->status);?></th>
<th class='w-p30'><?php common::printOrderLink('story', $orderBy, $vars, $lang->task->story);?></th>
<th><?php echo $lang->action;?></th>
<th class='w-100px'><?php echo $lang->action;?></th>
</tr>
</thead>
<tbody>