Update of
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
In directory
james.mmbase.org:/tmp/cvs-serv23624/contentrepository/src/webapp/editors/resources
Modified Files:
Tag: b1_6
attachmentsearch.jsp
Log Message:
CMSC-1280 - Assets: Relate attachment to content element - New search screen
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
See also: http://www.mmbase.org/jira/browse/CMSC-1280
Index: attachmentsearch.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentsearch.jsp,v
retrieving revision 1.36.2.3
retrieving revision 1.36.2.4
diff -u -b -r1.36.2.3 -r1.36.2.4
--- attachmentsearch.jsp 11 Mar 2009 09:01:18 -0000 1.36.2.3
+++ attachmentsearch.jsp 18 Mar 2009 03:53:37 -0000 1.36.2.4
@@ -105,10 +105,10 @@
</c:when>
<c:otherwise>
<mm:import
id="formAction">/editors/repository/HighFrequencyAsset</mm:import>
- <c:if test="${param.channelid eq 'all'}">
+ <c:if test="${param.channelid eq 'all' || param.channelid eq
'siteimages'}">
<mm:import id="channelMsg"><fmt:message
key="attachments.channel.title"><fmt:param>ALL
CHANNELS</fmt:param></fmt:message></mm:import>
</c:if>
- <c:if test="${param.channelid ne 'all'}">
+ <c:if test="${param.channelid ne 'all' && param.channelid ne
'siteimages'}">
<mm:node number="${channelid}">
<mm:field name="path" id="path" write="false" />
<mm:import id="channelMsg">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs