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

Modified Files:
      Tag: b1_5
        attachmentsearch.jsp imagesearch.jsp urlsearch.jsp 
Log Message:
CMSC-1075(Add 'object_type' parameter about delete contents in jsp.)


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
See also: http://www.mmbase.org/jira/browse/CMSC-1075


Index: attachmentsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentsearch.jsp,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -b -r1.12 -r1.12.2.1
--- attachmentsearch.jsp        24 Sep 2008 06:06:33 -0000      1.12
+++ attachmentsearch.jsp        8 Oct 2008 07:04:51 -0000       1.12.2.1
@@ -88,6 +88,7 @@
                                  <img src="../gfx/icons/info.png" 
alt="<fmt:message key="attachmentsearch.icon.info" />" title="<fmt:message 
key="attachmentsearch.icon.info" />" /></a>
                              <mm:hasrank minvalue="administrator">
                              <a href="<mm:url 
page="DeleteSecondaryContentAction.do" >
+                                            <mm:param name="object_type" 
value="attachments"/>
                                             <mm:param 
name="objectnumber"><mm:field name="number" /></mm:param>
                                             <mm:param name="returnurl" 
value="<%="/editors/resources/AttachmentAction.do" + 
request.getAttribute("geturl")%>" />
                                          </mm:url>">


Index: imagesearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imagesearch.jsp,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -b -r1.11.2.1 -r1.11.2.2
--- imagesearch.jsp     2 Oct 2008 20:36:42 -0000       1.11.2.1
+++ imagesearch.jsp     8 Oct 2008 07:04:51 -0000       1.11.2.2
@@ -96,6 +96,7 @@
                               <img src="../gfx/icons/info.png" 
alt="<fmt:message key="imagesearch.icon.info" />" title="<fmt:message 
key="imagesearch.icon.info" />" /></a>
                        <mm:hasrank minvalue="administrator">
                          <a href="<mm:url 
page="DeleteSecondaryContentAction.do" >
+                                                        <mm:param 
name="object_type" value="images"/>
                                                         <mm:param 
name="objectnumber"><mm:field name="number" /></mm:param>
                                                         <mm:param 
name="returnurl" value="<%="/editors/resources/ImageAction.do" + 
request.getAttribute("geturl")%>" />
                                                      </mm:url>">


Index: urlsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/urlsearch.jsp,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -b -r1.12.2.1 -r1.12.2.2
--- urlsearch.jsp       6 Oct 2008 06:51:35 -0000       1.12.2.1
+++ urlsearch.jsp       8 Oct 2008 07:04:51 -0000       1.12.2.2
@@ -81,6 +81,7 @@
                             <img src="../gfx/icons/info.png" 
title="<fmt:message key="urlsearch.icon.info" />" /></a>
                      <mm:hasrank minvalue="siteadmin">
                         <a href="<mm:url 
page="DeleteSecondaryContentAction.do" >
+                                                     <mm:param 
name="object_type" value="urls"/>
                                                      <mm:param 
name="objectnumber"><mm:field name="number" /></mm:param>
                                                      <mm:param 
name="returnurl" value="<%="/editors/resources/UrlAction.do" + 
request.getAttribute("geturl")%>" />
                                                   </mm:url>">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to