users may now customize the post received page for the CS

This commit is contained in:
Chris Nehren 2008-09-29 18:21:29 +00:00
parent 74d9e95d75
commit c25101654f
5 changed files with 32 additions and 1 deletions

View file

@ -781,6 +781,14 @@ sub definition {
filter=>'fixId',
defaultValue=>$groupIdEdit, # groupToEditPost should default to groupIdEdit
},
postReceivedTemplateId =>{
fieldType=>'template',
namespace=>'Collaboration',
tab=>'display',
label=>$i18n->get('post received template'),
hoverHelp=>$i18n->get('post received template hoverHelp'),
defaultValue=>'default_post_received',
},
);
push(@{$definition}, {