* Code for task #748
This commit is contained in:
@@ -12,13 +12,7 @@
|
||||
?>
|
||||
<?php include $this->app->getModuleRoot() . 'message/view/header.html.php';?>
|
||||
<div id='mainContent' class='main-content'>
|
||||
<div class='center-block mw-700px'>
|
||||
<div class='main-header'>
|
||||
<h2>
|
||||
<?php echo $lang->mail->common;?>
|
||||
<small class='text-muted'> <?php echo $lang->arrow . $lang->mail->detect;?></small>
|
||||
</h2>
|
||||
</div>
|
||||
<div class='mw-700px'>
|
||||
<form class='pdt-20' method='post' target='hiddenwin'>
|
||||
<table class='table table-form'>
|
||||
<tr><th style='width:140px'><?php echo $lang->mail->inputFromEmail; ?></th><td class='w-p50'><?php echo html::input('fromAddress', $fromAddress, "class='form-control'");?></td><td><?php echo html::submitButton($lang->mail->nextStep, '', 'btn btn-primary');?></td></tr>
|
||||
|
||||
@@ -12,13 +12,7 @@
|
||||
?>
|
||||
<?php include $this->app->getModuleRoot() . 'message/view/header.html.php';?>
|
||||
<div id='mainContent' class='main-content'>
|
||||
<div class='center-block mw-800px'>
|
||||
<div class='main-header'>
|
||||
<h2>
|
||||
<?php echo $lang->mail->common;?>
|
||||
<small class='text-muted'> <?php echo $lang->arrow . $lang->mail->edit;?></small>
|
||||
</h2>
|
||||
</div>
|
||||
<div class=' mw-800px'>
|
||||
<form method='post' action='<?php echo inlink('save');?>' id='dataform'>
|
||||
<table class='table table-form'>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user