diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-17 00:50:56 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-17 00:50:56 +0000 |
commit | ce5431d5c759f1974795149e37249a563402948e (patch) | |
tree | 66cb4f3ec1c8af50caa6339a7c680a9d7971c424 /modules/sympa/templates | |
parent | 81af7f6855015afd416e43d58401cd25d58f3880 (diff) | |
download | puppet-ce5431d5c759f1974795149e37249a563402948e.tar puppet-ce5431d5c759f1974795149e37249a563402948e.tar.gz puppet-ce5431d5c759f1974795149e37249a563402948e.tar.bz2 puppet-ce5431d5c759f1974795149e37249a563402948e.tar.xz puppet-ce5431d5c759f1974795149e37249a563402948e.zip |
- allow to set the topic of the list ( useful to sort them on interface
)
Diffstat (limited to 'modules/sympa/templates')
-rw-r--r-- | modules/sympa/templates/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config index 9a91444c..0da03ccf 100644 --- a/modules/sympa/templates/config +++ b/modules/sympa/templates/config @@ -67,8 +67,9 @@ send subscriber_moderated <% end %> -#TODO topics -# topics +<% if topics %> +topics <%= topics %> +<% end %> <% if subscriber_ldap_group %> include_ldap_query |