Commit info for scoop/lib/Scoop/Admin:
Modified Files:
AdminStories.pm
Log Message:
Added two vars: hide_comment_allowed_html and hide_story_allowed_html,
boolean. Set true to suppress the "allowed HTML" line in comment and story
posting pages, for sites with highly nontechnical users. It scares them.
Index: AdminStories.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Admin/AdminStories.pm,v
retrieving revision 1.131
retrieving revision 1.132
diff -r1.131 -r1.132
678c678
< if $mode ne 'full';
---
> if $mode ne 'full' && (!$S->{UI}->{VARS}->{hide_story_allowed_html});
680c680
< if $mode ne 'full';
---
> if $mode ne 'full' && (!$S->{UI}->{VARS}->{hide_story_allowed_html});