* set the colhead width.

This commit is contained in:
wangchunsheng
2009-10-30 06:49:27 +00:00
parent 10ea4c8419
commit 7185554704

View File

@@ -4,7 +4,7 @@
<?php echo html::select('projectID', $projects, $project->id, 'onchange="selectProject(this.value);" style="width:200px"');?>
</caption>
<tr>
<th><?php echo $lang->project->name;?></th>
<th width='60'><?php echo $lang->project->name;?></th>
<td><?php echo $project->name;?></td>
</tr>
<tr>