* Code for task #748

This commit is contained in:
guofeilong
2023-02-10 10:46:00 +08:00
parent a95bb643ed
commit b5f18edb35
2 changed files with 2 additions and 14 deletions
+1 -7
View File
@@ -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>
+1 -7
View File
@@ -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>