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

Modified Files:
        imagesearch.jsp 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: imagesearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imagesearch.jsp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- imagesearch.jsp     17 Mar 2009 07:00:08 -0000      1.55
+++ imagesearch.jsp     18 Mar 2009 04:24:41 -0000      1.56
@@ -106,10 +106,10 @@
          </c:when>
          <c:otherwise>
             <mm:import 
id="formAction">/editors/repository/HighFrequencyAsset</mm:import>
-            <c:if test="${param.channelid eq 'all' || param.channelid eq 
'siteimages'}">
+            <c:if test="${param.channelid eq 'all' || param.channelid eq 
'siteassets'}">
                 <mm:import id="channelMsg"><fmt:message 
key="images.channel.title"><fmt:param>ALL 
CHANNELS</fmt:param></fmt:message></mm:import>
             </c:if>
-            <c:if test="${param.channelid ne 'all' && param.channelid ne 
'siteimages'}">
+            <c:if test="${param.channelid ne 'all' && param.channelid ne 
'siteassets'}">
                <mm:node number="${channelid}">
                   <mm:field name="path" id="path" write="false" />
                   <mm:import id="channelMsg">


Index: attachmentsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentsearch.jsp,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- attachmentsearch.jsp        18 Mar 2009 03:21:04 -0000      1.40
+++ attachmentsearch.jsp        18 Mar 2009 04:24:41 -0000      1.41
@@ -105,10 +105,10 @@
          </c:when>
          <c:otherwise>
             <mm:import 
id="formAction">/editors/repository/HighFrequencyAsset</mm:import>
-            <c:if test="${param.channelid eq 'all' || param.channelid eq 
'siteimages'}">
+            <c:if test="${param.channelid eq 'all' || param.channelid eq 
'siteassets'}">
                 <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' && param.channelid ne 
'siteimages'}">
+            <c:if test="${param.channelid ne 'all' && param.channelid ne 
'siteassets'}">
                <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