Add notice that sending a message via email will expose the sender's email address to the recipient #792

This commit is contained in:
Kijin Sung 2017-04-14 19:58:27 +09:00
parent 806f8ab037
commit f531c53d37
4 changed files with 4 additions and 1 deletions

View file

@ -211,6 +211,7 @@
.xc .table-striped tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}
.xc .table-hover tbody tr:hover>td,
.xc .table-hover tbody tr:hover>th{background-color:#f5f5f5}
.xc .explanation { display: inline-block; margin-left: 8px; color: #999; }
/* Pangination */
.xc .pagination{margin:20px 0}
.xc .pagination ul{display:inline-block;*display:inline;margin-bottom:0;margin-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*zoom:1;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05)}

View file

@ -22,7 +22,7 @@
</tr>
<tr>
<th scope="row">{$lang->cmd_option}</th>
<td><input type="checkbox" value="Y" name="send_mail" /> {$lang->cmd_send_mail}</td>
<td><input type="checkbox" value="Y" name="send_mail" /> {$lang->cmd_send_mail} <span class="explanation">{$lang->msg_send_mail_privacy}</span></td>
</tr>
</table>
{$editor}