# HG changeset patch # User rbernard # Date 1264016752 -3600 # Node ID f2ba05546abc8657e4fb5458f385f5aab10954d3 # Parent 1f587b75645e40676b4a75f2013139dd2bea1abd# Parent f5d3ea4bd03ce9042db313e9695449121715976e Merge with f5d3ea4bd03ce9042db313e9695449121715976e diff -r f5d3ea4bd03c -r f2ba05546abc src/cm/media/css/site/text_view_comments/c-style-comment.css --- a/src/cm/media/css/site/text_view_comments/c-style-comment.css Wed Jan 20 14:43:18 2010 +0100 +++ b/src/cm/media/css/site/text_view_comments/c-style-comment.css Wed Jan 20 20:45:52 2010 +0100 @@ -33,6 +33,15 @@ color: #565656; } +.c-no-scope-msg { + font-size: 77%; + color: #F00; +} + +.c-has-scope .c-no-scope-msg { + display:none; +} + .c-error { color: #FF0000; } @@ -104,8 +113,8 @@ background-position: 0 -74px; } -.c-focus-comment .c-comment a.c-show-scope { - background-image: none; +.c-is-reply .c-comment a.c-show-scope, .c-focus-comment .c-comment a.c-show-scope, .c-has-no-scope .c-comment a.c-show-scope { + display: none; } input[type="text"], input[type="password"], textarea { diff -r f5d3ea4bd03c -r f2ba05546abc src/cm/media/img/view_scope_removed.png Binary file src/cm/media/img/view_scope_removed.png has changed diff -r f5d3ea4bd03c -r f2ba05546abc src/cm/media/img/view_scope_removed2.png Binary file src/cm/media/img/view_scope_removed2.png has changed diff -r f5d3ea4bd03c -r f2ba05546abc src/cm/media/js/client/c_client-min.js --- a/src/cm/media/js/client/c_client-min.js Wed Jan 20 14:43:18 2010 +0100 +++ b/src/cm/media/js/client/c_client-min.js Wed Jan 20 20:45:52 2010 +0100 @@ -1,1 +1,1 @@ -gNewReplyHost=null;gNewReply=null;instanciateNewReplyForm=function(i){if(gNewReply==null){gNewReply={val:{name:gPrefs.get("user","name"),email:gPrefs.get("user","email"),title:"",content:"",tags:""},ids:{name:gPrefs.get("user","name"),email:gPrefs.get("user","email"),title:"",content:"",tags:"",formId:CY.guid(),nameInputId:CY.guid(),emailInputId:CY.guid(),titleInputId:CY.guid(),contentInputId:CY.guid(),keyInputId:CY.guid(),formatInputId:CY.guid(),tagsInputId:CY.guid(),parentCommentId:CY.guid(),addBtnId:CY.guid(),cancelBtnId:CY.guid()},handlers:{}};}gNewReplyHost=i;var b='
| '+gettext("Text")+' | ||
| '+gettext("Authors")+' | '+gettext("States")+' | |||||
| '+gettext("Dates")+' | '+gettext("Tags")+' |
| ('+gettext("filter:")+' / /) | , '+gettext("browse by:")+' | ![]() ![]() | -/ | ![]() ![]() | ![]() | ![]() |
| "+gettext("Text style")+' |
| '+gettext("Animation duration")+' | ||
| '+gettext("(0.001 to 1 second)")+" |
| '+gettext("Text")+' | ||
| '+gettext("Authors")+' | '+gettext("States")+' | |||||
| '+gettext("Dates")+' | '+gettext("Tags")+' |
| ('+gettext("filter:")+' / /) | , '+gettext("browse by:")+' | ![]() ![]() | -/ | ![]() ![]() | ![]() | ![]() | ![]() |
| "+gettext("Text style")+' |
| '+gettext("Animation duration")+' | ||
| '+gettext("(0.001 to 1 second)")+" |
' +
'' +
'
' +
+ '
' +
'Comment moderation is the process of editing/removing comments from a text. Moderator rôle is the collection of permissions required to edit/remove a comment submitted by users of the workspace.
+Although this is not the default, you can choose that "pending comments require publishing" and what that really means is that comments from users with an Observer or Commentator role won't be visible to their author's peers before a user (with at least Moderator role) actually validate the content.
+ Moderators is the mimimum rôle to publish comments. +