Added RSS feed template to Collaboration. Created help for new template. Added internationalization for template labels, tooltips and help. Modified upgrade script to add new column to Collaboration table and add new template.

This commit is contained in:
Michelle LaMar 2005-11-07 05:42:21 +00:00
parent 607a251b11
commit f1dfaaa142
5 changed files with 174 additions and 31 deletions

View file

@ -35,6 +35,11 @@ our $HELP = {
description => 'notification template description',
namespace => 'Asset_Collaboration',
},
{
title => 'rss template',
description => 'rss template description',
namespace => 'Asset_Collaboration',
},
{
title => 'who moderates',
description => 'who moderates description',
@ -191,6 +196,19 @@ our $HELP = {
]
},
'collaboration rss template' => {
title => 'collaboration rss template title',
body => 'collaboration rss template body',
fields => [
],
related => [
{
tag => 'collaboration post list template variables',
namespace => 'Asset_Collaboration',
},
]
},
};
1;