Update of
/var/cvs/contributions/CMSContainer/cmsc/portlets/src/webapp/WEB-INF/templates/edit
In directory
james.mmbase.org:/tmp/cvs-serv2406/cmsc/portlets/src/webapp/WEB-INF/templates/edit
Modified Files:
listheader.jsp
Log Message:
CMSC-897 Move system.contenttypes.hide property to contentrepository
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/portlets/src/webapp/WEB-INF/templates/edit
See also: http://www.mmbase.org/jira/browse/CMSC-897
Index: listheader.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/portlets/src/webapp/WEB-INF/templates/edit/listheader.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- listheader.jsp 7 Nov 2007 08:22:39 -0000 1.5
+++ listheader.jsp 9 May 2008 11:25:03 -0000 1.6
@@ -14,7 +14,7 @@
<mm:listnodes type="editwizards">
<mm:field name="nodepath" jspvar="nodepath" id="nodepath"
vartype="String">
<%
- List<String> hiddenTypes =
PropertiesUtil.getHiddenTypes();
+ List<String> hiddenTypes =
com.finalist.cmsc.repository.ContentElementUtil.getHiddenTypes();
if
(com.finalist.cmsc.repository.ContentElementUtil.isContentType(nodepath)&&
!hiddenTypes.contains(nodepath)) { %>
<mm:param name="contenttype"
value="${nodepath}"/>
<% } %>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs