
interchange-cvs at icdevgroup
Nov 5, 2009, 9:02 AM
Post #1 of 1
(277 views)
Permalink
|
|
[SCM] Interchange branch, master, updated. REL_5_7_2-34-gacf8d65
|
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Interchange". The branch, master has been updated via acf8d6506bb79904827f7821793b229bc04237fe (commit) from 771683c75afa3b492793d576e17187f1b6f92d6c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit acf8d6506bb79904827f7821793b229bc04237fe Author: Ton Verhagen <tverhagen [at] alamerce> Date: Thu Nov 5 18:01:35 2009 +0100 Reset mail_list value in order to be able to unsubscribe from ALL mailinglists. ----------------------------------------------------------------------- Summary of changes and diff: dist/standard/pages/member/account.html | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/dist/standard/pages/member/account.html b/dist/standard/pages/member/account.html index b61a0c0..0065d6d 100644 --- a/dist/standard/pages/member/account.html +++ b/dist/standard/pages/member/account.html @@ -334,7 +334,10 @@ ui_template_name: leftonly [/if] </form> - +[comment] + Reset value variable mail_list in order to be able to unsubscribe from ALL mailinglists. +[/comment] +[value name='mail_list' value=''] <!-- END CONTENT --> @_LEFTONLY_BOTTOM_@ hooks/post-receive -- Interchange _______________________________________________ interchange-cvs mailing list interchange-cvs [at] icdevgroup http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
|