Commit info for scoop/lib/Scoop/Admin:

Modified Files:
	AdminStories.pm 
Log Message:
Two new perms, story_displaystatus_select and story_commentstatus_select 
will control whether the user sees a display mode selector and a comment 
posting selector on the post story page when not in full "edit story" 
mode (i.e. in the regular user-level story posting form)


Index: AdminStories.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Admin/AdminStories.pm,v
retrieving revision 1.132
retrieving revision 1.133
diff -r1.132 -r1.133
720a721,726
> 	$displaystatus_select = $S->displaystatus_select($story_data->{displaystatus}) 
> 		if ($S->have_perm('story_displaystatus_select') or ($mode eq 'full');
> 	
> 	$commentstatus_select = $S->commentstatus_select($story_data->{commentstatus})
> 		if ($S->have_perm('story_commentstatus_select') or ($mode eq 'full');
> 	
726,727d731
< 		$displaystatus_select = $S->displaystatus_select($story_data->{displaystatus});
< 		$commentstatus_select = $S->commentstatus_select($story_data->{commentstatus});