* adjust the UI.

This commit is contained in:
wangchunsheng
2009-12-18 08:59:43 +00:00
parent 1310eb0734
commit 3d85267edd

View File

@@ -24,7 +24,7 @@
?>
<?php include '../../common/header.html.php';?>
<?php include '../../common/treeview.html.php';?>
<div class="yui-d0 yui-t7">
<div class="yui-d0 yui-t3">
<div class="yui-b">
<form method='post' target='hiddenwin' action='<?php echo $this->createLink('tree', 'updateOrder', "product={$product->id}&viewType=$viewType");?>'>
<table class='table-1'>
@@ -35,7 +35,7 @@
<td>
<div id='main'><?php echo $modules;?></div>
<div class='a-center'>
<?php if(common::hasPriv('tree', 'updateorder')) echo "<input type='submit' value='{$lang->tree->updateOrder}' />";?>
<?php if(common::hasPriv('tree', 'updateorder')) echo html::submitButton($lang->tree->updateOrder);?>
</div>
</td>
</tr>