* ajusted views.

This commit is contained in:
Catouse
2014-08-19 10:48:50 +08:00
parent c91334c83c
commit d658a6fa23
19 changed files with 26 additions and 26 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/colorize.html.php';?>
<form method='post'>
<table align='center' class='table-5 f-14px'>
<caption><?php echo $lang->convert->direction;?></caption>
@@ -14,7 +13,7 @@
</tr>
<?php endforeach;?>
<tr>
<td colspan='2' class='text-center'><?php echo html::submitButton();?></td>
<th></th><td><?php echo html::submitButton();?></td>
</tr>
</table>
</form>