* changed css names.

This commit is contained in:
Catouse
2014-03-25 11:25:30 +08:00
parent 3c7f807288
commit c1fd283142
147 changed files with 266 additions and 261 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ include '../../common/view/header.html.php';
<form method='post' target='hiddenwin'>
<table class='table-4' align='center'>
<caption><?php echo $lang->mail->inputFromEmail; ?></caption>
<tr><td class='a-center'><?php echo html::input('fromAddress', $fromAddress, 'class=text-3') . html::submitButton($lang->mail->nextStep);?></td></tr>
<tr><td class='text-center'><?php echo html::input('fromAddress', $fromAddress, 'class=text-3') . html::submitButton($lang->mail->nextStep);?></td></tr>
</table>
</form>
<?php include '../../common/view/footer.html.php';?>