* remove the sortable of action column.

This commit is contained in:
wangchunsheng
2010-04-13 02:46:08 +00:00
parent 9a25d831d1
commit 57d6de5da8
+1 -1
View File
@@ -58,7 +58,7 @@ function changeDate(date)
<th><?php echo $lang->todo->beginAB;?></th>
<th><?php echo $lang->todo->endAB;?></th>
<th class='w-status'><?php echo $lang->todo->status;?></th>
<th class='w-130px'><?php echo $lang->actions;?></th>
<th class='w-130px {sorter:false}'><?php echo $lang->actions;?></th>
</tr>
</thead>