Skip to content

Commit

Permalink
add notify about comment mail sent to.
Browse files Browse the repository at this point in the history
git-svn-id: https://tdiary.svn.sourceforge.net/svnroot/tdiary/trunk/core@310 7f22e88f-374d-0410-998f-c91420d97ba2
  • Loading branch information
tadatadashi committed Apr 2, 2002
1 parent 8dd1a2b commit 179f59f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
@@ -1,5 +1,6 @@
2002.04.02 TADA Tadashi <sho@spc.gr.jp>
* conf.rhtml: make link to new Theme Gallery.
* conf.rhtml: add notify about comment mail sent to.

2002.03.28 TADA Tadashi <sho@spc.gr.jp>
* default.css: no underline for links.
Expand Down
4 changes: 2 additions & 2 deletions skel/conf.rhtml
@@ -1,4 +1,4 @@
<%# conf.rhtml $Revision: 1.7 $ %>
<%# conf.rhtml $Revision: 1.8 $ %>
<%%=navi%%>

<h1><%= @html_title %> [設定]</h1>
Expand Down Expand Up @@ -131,7 +131,7 @@ end %>
<h2><span class="title">メール通知</span></h2>
<div class="body">
<h3 class="subtitle">ツッコミをメールで通知</h3>
<p>ツッコミがあった場合に、メールでその内容を通知するかどうかを指定します。あらかじめ<code>tdiary.conf</code>にSMTPサーバ等の設定をしておく必要があります</p>
<p>ツッコミがあった場合に、メールでその内容を通知するかどうかを指定します。メールは基本設定で指定したアドレスに送信されます。なお、日記管理者はあらかじめ<code>tdiary.conf</code>でSMTPサーバ等の設定をしておく必要があります</p>
<p><select name="mail_on_comment">
<option value="true"<% if @mail_on_comment then %> selected<% end %>>通知</option>
<option value="false"<% if not @mail_on_comment then %> selected<% end %>>非通知</option>
Expand Down

0 comments on commit 179f59f

Please sign in to comment.