[vhffs-dev] [880] Add a reminder to add the from of notify to mailing list subscribers |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 880
Author: gradator
Date: 2007-09-08 20:06:08 +0000 (Sat, 08 Sep 2007)
Log Message:
-----------
Add a reminder to add the from of notify to mailing list subscribers
Modified Paths:
--------------
trunk/vhffs-panel/svn/prefs.pl
trunk/vhffs-panel/templates/svn/prefs.tmpl
Modified: trunk/vhffs-panel/svn/prefs.pl
===================================================================
--- trunk/vhffs-panel/svn/prefs.pl 2007-09-08 19:36:37 UTC (rev 879)
+++ trunk/vhffs-panel/svn/prefs.pl 2007-09-08 20:06:08 UTC (rev 880)
@@ -135,6 +135,7 @@
$template->param( TITLE_OPT => gettext('Options') );
$template->param( TEXT_OPT_ML => gettext('Notify changes on mailing-list :'));
+ $template->param( TEXT_OPT_ML_REMINDER => sprintf( gettext('Don\'t forget to subscribe %s to your mailing list if you are filtering posts') , $vhffs->get_config->get_service('svn')->{notify_from} ) );
$template->param( TEXT_ML_NAME => $svn->{ml_name} );
if( $svn->is_public == 1 )
Modified: trunk/vhffs-panel/templates/svn/prefs.tmpl
===================================================================
--- trunk/vhffs-panel/templates/svn/prefs.tmpl 2007-09-08 19:36:37 UTC (rev 879)
+++ trunk/vhffs-panel/templates/svn/prefs.tmpl 2007-09-08 20:06:08 UTC (rev 880)
@@ -23,6 +23,8 @@
<p>
<label for="OPTION"><tmpl_var name="TEXT_OPT_ML"></label>
<input type="text" name="ML_NAME" value="<tmpl_var name="TEXT_ML_NAME">" />
+ <br/>
+ <tmpl_var name="TEXT_OPT_ML_REMINDER">
</p>
<p class="button" id="buttonModify">
<input type="hidden" name="REPO_NAME" value="<tmpl_var name="TEXT_REPONAME">" />