Update of 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/modules
In directory james.mmbase.org:/tmp/cvs-serv31155

Modified Files:
        modulesmenu.jsp 
Log Message:
CMSC-947, Improve the newletter import/export into a generic community 
import/export,change jsp


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/modules
See also: http://www.mmbase.org/jira/browse/CMSC-947


Index: modulesmenu.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/edit-webapp/src/webapp/editors/modules/modulesmenu.jsp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- modulesmenu.jsp     10 Jun 2008 11:59:29 -0000      1.20
+++ modulesmenu.jsp     15 Jul 2008 04:38:05 -0000      1.21
@@ -48,6 +48,12 @@
                            <a href="${communityUrl}" 
target="rightpane"><fmt:message key="modules.community" /></a>
                         </li>
                      </mm:haspage>
+                     <mm:haspage page="/editors/community">
+                        <li class="users">
+                           <c:url var="communityUrl" 
value="/editors/community/report_overview.jsp"/>
+                           <a href="${communityUrl}" 
target="rightpane"><fmt:message key="modules.community.data" /></a>
+                        </li>
+                     </mm:haspage>
                      <mm:haspage 
page="/editors/community/preferencesearch.jsp">
                         <li class="community">
                            <c:url var="communityUrl" 
value="/editors/community/preferencesearch.jsp"/>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to