* rewrite the ui.

This commit is contained in:
wangchunsheng
2011-02-25 07:35:52 +00:00
parent a974ad944b
commit 4ccdbdc38f
5 changed files with 40 additions and 43 deletions

View File

@@ -12,7 +12,6 @@
?>
<?php include '../../common/view/header.html.php';?>
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
<div class='yui-d0'>
<table class='table-1'>
<caption><?php echo $bug->title;?></caption>
<tr>
@@ -40,5 +39,5 @@
</tr>
</table>
<?php include '../../common/view/action.html.php';?>
</div>
</form>
<?php include '../../common/view/footer.html.php';?>