* adjust the button position.

This commit is contained in:
wangchunsheng
2011-10-29 09:09:51 +00:00
parent 10ed336ca5
commit bcdaf6bce7
2 changed files with 3 additions and 2 deletions

View File

@@ -42,8 +42,8 @@
<?php endfor;?>
<tr>
<td colspan='8'>
<div class='f-left red'><?php echo $lang->task->notes;?></div>
<div class='f-right a-left'><?php echo html::submitButton() . html::resetButton();?></div>
<div class='half-left red'><?php echo $lang->task->notes;?></div>
<div class='half-right'><?php echo html::submitButton() . html::resetButton();?></div>
</td>
</tr>
</table>