[Comoblog-commit] modules/mod_comment_notify/install mod_comment_notify.xml,1.3,1.4
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-12-13 09:23:30
|
Update of /cvsroot/comoblog/modules/mod_comment_notify/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2033/mod_comment_notify/install Modified Files: mod_comment_notify.xml Log Message: added a couple of more parameters for niceness. Index: mod_comment_notify.xml =================================================================== RCS file: /cvsroot/comoblog/modules/mod_comment_notify/install/mod_comment_notify.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mod_comment_notify.xml 29 Nov 2005 11:43:23 -0000 1.3 +++ mod_comment_notify.xml 13 Dec 2005 09:23:21 -0000 1.4 @@ -23,6 +23,16 @@ <param + name="CFG_COMMENT_NOTIFY_FROM_NAME" + description="The name notifications will be sent from" + type="text" + editable="Y" + accept_null="N" + value="" + /> + + + <param name="CFG_COMMENT_NOTIFY_TO" description="The addresses notifications will be sent to" type="text" @@ -31,6 +41,16 @@ value="" /> + <param + name="CFG_COMMENT_NOTIFY_TO" + description="The name notifications will be sent to" + type="text" + editable="Y" + accept_null="N" + value="" + /> + + <param name="CFG_WHERE_IS_SENDMAIL" |