* fix the bug #42.

This commit is contained in:
wangchunsheng
2010-03-25 06:16:26 +00:00
parent 8d3d5715b1
commit 8daf9b1a10

View File

@@ -23,16 +23,13 @@
*/
?>
<?php include '../../common/view/header.html.php';?>
<div id='doc3'>
<style>span{display:block; float:left; width:200px}</style>
<div class='yui-d0'>
<form method='post'>
<table align='center' class='table-3 a-left'>
<table align='center' class='table-4'>
<caption><?php echo $lang->project->manageProducts;?></caption>
<tr>
<td>
<?php
echo html::checkbox("products", $allProducts, $linkedProducts);
?>
</td>
<td><?php echo html::checkbox("products", $allProducts, $linkedProducts);?></td>
</tr>
<tr><td class='a-center'><?php echo html::submitButton();?></td></tr>
</table>