* adjust the style of the id field of todo.

This commit is contained in:
wangchunsheng
2011-02-10 07:02:49 +00:00
parent decc876185
commit 031abf248f
+1 -1
View File
@@ -53,7 +53,7 @@ function changeDate(date)
<tbody>
<?php foreach($todos as $todo):?>
<tr class='a-center'>
<td>
<td class='a-left'>
<?php
if($importFeature) echo "<input type='checkbox' name='todos[]' value='$todo->id' /> ";
echo $todo->id;