Update of
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository
In directory
james.mmbase.org:/tmp/cvs-serv15113/cmsc/contentrepository/src/webapp/editors/repository
Modified Files:
Tag: b1_5
search.jsp content.jsp
Log Message:
CMSC-1119 Dynamic form view results available again
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository
See also: http://www.mmbase.org/jira/browse/CMSC-1119
Index: search.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/search.jsp,v
retrieving revision 1.33.2.1
retrieving revision 1.33.2.2
diff -u -b -r1.33.2.1 -r1.33.2.2
--- search.jsp 22 Oct 2008 07:59:10 -0000 1.33.2.1
+++ search.jsp 28 Oct 2008 13:22:21 -0000 1.33.2.2
@@ -453,7 +453,7 @@
</c:url>
<a href="#" onclick="openPopupWindow('versioning',
750, 550, '${showVersions}')"><img src="../gfx/icons/versioning.png"
alt="<fmt:message key="searchform.icon.versioning.title" />"
title="<fmt:message key="searchform.icon.versioning.title" />" /></a>
</mm:haspage>
- <cmsc:hasfeature name="savedformmodule">
+ <cmsc:hasfeature name="responseform">
<c:set var="typeval">
<mm:nodeinfo type="type" />
</c:set>
Index: content.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/content.jsp,v
retrieving revision 1.36
retrieving revision 1.36.2.1
diff -u -b -r1.36 -r1.36.2.1
--- content.jsp 8 Sep 2008 10:54:25 -0000 1.36
+++ content.jsp 28 Oct 2008 13:22:21 -0000 1.36.2.1
@@ -197,6 +197,22 @@
target="selectchannel" onclick="moveContent(<mm:field name="number" />,
${parentchannel} )">
<img src="../gfx/icons/page_move.png" title="<fmt:message
key="searchform.icon.move.title" />"/></a>
<% } %>
+
+ <cmsc:hasfeature name="responseform">
+ <c:set var="typeval">
+ <mm:nodeinfo type="type"/>
+ </c:set>
+ <c:if test="${typeval == 'responseform'}">
+ <mm:url page="/editors/savedform/ShowSavedForm.do"
id="showSavedForms" write="false">
+ <mm:param name="nodenumber"><mm:field
name="number"/></mm:param>
+ <mm:param name="initreturnurl" value="${returnurl}"/>
+ </mm:url>
+ <a href="<mm:write referid="showSavedForms"/>"><img
src="../gfx/icons/application_form_magnify.png"
+
title="<fmt:message key="content.icon.savedform.title" />"
+
alt="<fmt:message key="content.icon.savedform.title" />"/></a>
+ </c:if>
+ </cmsc:hasfeature>
+
<% if (role != null && SecurityUtil.isEditor(role)) { %>
<mm:first inverse="true">
@@ -213,20 +229,6 @@
<% } %>
- <cmsc:hasfeature name="savedformmodule">
- <c:set var="typeval">
- <mm:nodeinfo type="type"/>
- </c:set>
- <c:if test="${typeval == 'responseform'}">
- <mm:url page="/editors/savedform/ShowSavedForm.do"
id="showSavedForms" write="false">
- <mm:param name="nodenumber"><mm:field
name="number"/></mm:param>
- <mm:param name="initreturnurl" value="${returnurl}"/>
- </mm:url>
- <a href="<mm:write referid="showSavedForms"/>"><img
src="../gfx/icons/application_form_magnify.png"
-
title="<fmt:message key="content.icon.savedform.title" />"
-
alt="<fmt:message key="content.icon.savedform.title" />"/></a>
- </c:if>
- </cmsc:hasfeature>
</td>
<td onMouseDown="objClick(this);">
<mm:nodeinfo type="guitype"/>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs