Index: messageforums-api/src/bundle/org/sakaiproject/api/app/messagecenter/bundle/Messages.properties =================================================================== 158a159 > cdfm_detail_setting_permissions=Detailed Settings and Permissions Index: messageforums-app/src/webapp/jsp/dfReviseForumSettingsAttach.jsp =================================================================== 26a27,45 > > var forumTitle = $('.forumTitle').val(); > var hideDivId; > > if ( forumTitle.length > 0 ) > > { > var re= new RegExp("__img_hide_division_",'g') > var el = document.getElementsByTagName('*'); > for(var i=0;i { > if(el[i].id.match(re)) > hideDivId = el[i].id; > } > > var partialID = hideDivId.substr(0, (hideDivId.length) - ("__img_hide_division_".length)); > showHideDivBlock(String(partialID), '/messageforums-tool'); > } > 43c62 < --- > 61c80 < --- > 69c88 < --- > 138,162d156 < <%--general posting forum settings --%> <

<
< < < < < < < < < < < < < < < < < < < < <
164,167c158,163 <

< <

< --- > > <%@include file="/jsp/discussionForum/permissions/detailSettingPermissions_include.jsp"%> > > <%--designNote: gradebook assignment - need to finesse this - make aware that functionality exists, but flag that there are no gb assignmetns to select --%> > <%--designNote: How is this a "permission" item? --%> > 169c165 < --- > 172,175c168,170 < < < < --- > > > 179c174 < <%@include file="/jsp/discussionForum/permissions/permissions_include.jsp"%> --- > Index: messageforums-app/src/webapp/jsp/discussionForum/permissions/topicDetailSettingPermissions_include.jsp =================================================================== 0a1,194 > <% > /** initialize javascript from db **/ > FacesContext context = FacesContext.getCurrentInstance(); > Application app = context.getApplication(); > ValueBinding binding = app.createValueBinding("#{ForumTool}"); > DiscussionForumTool dft = (DiscussionForumTool) binding.getValue(context); > out.print(dft.generatePermissionScript()); > %> > <%-- > > > > > --%> > > > > <%--general posting forum settings --%> > > > > > > >
> > > > > > > > > > > > > > > onclick="javascript:disableOrEnableModeratePerm();" > > > > > > >
> > > <%--Mark Threads Read --%> > > > > > > >
> > > > > > > > > > > >
> > > <%--Permissions --%> > > > > > > > > <%--role picker pane--%> > > > > > > > > > > > > > <%-- >

> >

> --%> > <% > String thisId = request.getParameter("panel"); > if (thisId == null) > { > thisId = "Main" + org.sakaiproject.tool.cover.ToolManager.getCurrentPlacement().getId(); > } > > %> > > > > > > <%--permission level picker pane--%> > > > > > > > > > <%--permission level picker pane end--%> > <%--specific permission picker pane label begin--%> > > > > > > > <%--specific permission picker pane label end--%> > <%--specific permission pane grid start--%> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > <%--specific permission pane grid end--%> > > <%-- > > --%> > <%-- > > --%> > > > > Index: messageforums-app/src/webapp/jsp/discussionForum/permissions/detailSettingPermissions_include.jsp =================================================================== 0a1,195 > <% > /** initialize javascript from db **/ > FacesContext context = FacesContext.getCurrentInstance(); > Application app = context.getApplication(); > ValueBinding binding = app.createValueBinding("#{ForumTool}"); > DiscussionForumTool dft = (DiscussionForumTool) binding.getValue(context); > out.print(dft.generatePermissionScript()); > %> > <%-- > > > > > --%> > > > > <%--general posting forum settings --%> > > > > > > >

> > > > > > > > > > > > > > > onclick="javascript:disableOrEnableModeratePerm();" styleClass="selectOneRadio"> > > > > > >
> > > > <%--Mark Threads Read --%> > > > > > > >
> > > > > > > > > > > >
> > > <%--Permissions --%> > > > > > > > > <%--role picker pane--%> > > > > > > > > > > > > > <%-- >

> >

> --%> > <% > String thisId = request.getParameter("panel"); > if (thisId == null) > { > thisId = "Main" + org.sakaiproject.tool.cover.ToolManager.getCurrentPlacement().getId(); > } > > %> > > > > > > <%--permission level picker pane--%> > > > > > > > > > <%--permission level picker pane end--%> > <%--specific permission picker pane label begin--%> > > > > > > > <%--specific permission picker pane label end--%> > <%--specific permission pane grid start--%> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > <%--specific permission pane grid end--%> > > <%-- > > --%> > <%-- > > --%> > > > > Index: messageforums-app/src/webapp/jsp/dfReviseTopicSettingsAttach.jsp =================================================================== 34c34 < --- > 51c51 < --- > 58c58 < --- > 125,149d124 < <%--general posting forum settings --%> <

<
< < < < < < < < < < < < < < < < < < < < <
172,177c147,153 <

< <

< < < --- > <%@include file="/jsp/discussionForum/permissions/topicDetailSettingPermissions_include.jsp"%> > > <%--designNote: gradebook assignment - need to finesse this - make aware that functionality exists, but flag that there are no gb assignmetns to select --%> > <%--designNote: How is this a "permission" item? --%> > > > 180,183c156,158 < < < < --- > > > 187d161 < <%@include file="/jsp/discussionForum/permissions/permissions_include.jsp"%> 304a279,297 > > var topicTitle = $('.topicTitle').val(); > var hideDivId; > > if ( topicTitle.length > 0 ) > > { > var re= new RegExp("__img_hide_division_",'g') > var el = document.getElementsByTagName('*'); > for(var i=0;i { > if(el[i].id.match(re)) > hideDivId = el[i].id; > } > > var partialID = hideDivId.substr(0, (hideDivId.length) - ("__img_hide_division_".length)); > showHideDivBlock(String(partialID), '/messageforums-tool'); > } >