* ajusted views.
* changed css names.
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
*/
|
||||
include '../../common/view/header.html.php';
|
||||
?>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<form class='form-condensed' method='post' target='hiddenwin'>
|
||||
<table class='table-4' align='center'>
|
||||
<caption><?php echo $lang->mail->inputFromEmail; ?></caption>
|
||||
<tr><td class='text-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='form-control'") . html::submitButton($lang->mail->nextStep);?></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user