Update of 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
In directory 
james.mmbase.org:/tmp/cvs-serv22683/cmsc/contentrepository/src/webapp/editors/resources

Modified Files:
        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.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- attachmentsearch.jsp        11 Mar 2009 08:36:39 -0000      1.39
+++ attachmentsearch.jsp        18 Mar 2009 03:21:04 -0000      1.40
@@ -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

Reply via email to