* code for task#1533.

This commit is contained in:
chencongzhi520@gmail.com
2013-07-10 06:22:54 +00:00
parent 01cebe53ae
commit cf5b49af2f
+1 -7
View File
@@ -33,13 +33,7 @@
<td><?php echo html::select("statuses[$productID]", $lang->product->statusList, $products[$productID]->status);?></td>
</tr>
<?php endforeach;?>
<tfoot>
<tr>
<td colspan='7' class='a-center'>
<?php echo html::submitButton();?>
</td>
</tr>
</tfoot>
<tfoot><tr><td colspan='7' class='a-center'><?php echo html::submitButton();?></td></tr></tfoot>
</table>
</form>
<?php include '../../common/view/footer.html.php';?>