* finish task #1799.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
$onlybody = isonlybody() ? true : false;
|
||||
if($onlybody) $_GET['onlybody'] = 'no';
|
||||
?>
|
||||
<?php include '../../common/view/mail.css.php';?>
|
||||
<table width='98%' align='center'>
|
||||
<tr class='header'>
|
||||
<td>
|
||||
|
||||
9
module/common/view/mail.css.php
Normal file
9
module/common/view/mail.css.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<style type='text/css'>
|
||||
del {background:#fcc}
|
||||
ins {background:#cfc; text-decoration:none}
|
||||
table, tr, th, td {border:1px solid gray; font-size:12px; border-collapse:collapse}
|
||||
tr, th, td {padding:5px}
|
||||
.history {border:1px solid gray; padding:10px; margin-top:10px; margin-bottom:10px}
|
||||
.header {background:#efefef}
|
||||
p{margin:0px}
|
||||
</style>
|
||||
@@ -8,12 +8,4 @@
|
||||
<?php if($action->comment and $action->history) echo '<br />'; echo $action->comment;?>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<style>
|
||||
del {background:#fcc}
|
||||
ins {background:#cfc; text-decoration:none}
|
||||
table, tr, th, td {border:1px solid gray; font-size:12px; border-collapse:collapse}
|
||||
tr, th, td {padding:5px}
|
||||
.history {border:1px solid gray; padding:10px; margin-top:10px; margin-bottom:10px}
|
||||
.header {background:#efefef}
|
||||
p{margin:0px}
|
||||
</style>
|
||||
<?php include dirname(__FILE__) . '/mail.css.php'?>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
$onlybody = isonlybody() ? true : false;
|
||||
if($onlybody) $_GET['onlybody'] = 'no';
|
||||
?>
|
||||
<?php include '../../common/view/mail.css.php';?>
|
||||
<table width='98%' align='center'>
|
||||
<tr class='header'>
|
||||
<td>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
$onlybody = isonlybody() ? true : false;
|
||||
if($onlybody) $_GET['onlybody'] = 'no';
|
||||
?>
|
||||
<?php include '../../common/view/mail.css.php';?>
|
||||
<table width='98%' align='center'>
|
||||
<tr class='header'>
|
||||
<td>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
$onlybody = isonlybody() ? true : false;
|
||||
if($onlybody) $_GET['onlybody'] = 'no';
|
||||
?>
|
||||
<?php include '../../common/view/mail.css.php';?>
|
||||
<table width='98%' align='center'>
|
||||
<tr class='header'>
|
||||
<td>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
$onlybody = isonlybody() ? true : false;
|
||||
if($onlybody) $_GET['onlybody'] = 'no';
|
||||
?>
|
||||
<?php include '../../common/view/mail.css.php';?>
|
||||
<table width='98%' align='center'>
|
||||
<tr class='header'>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user