Update of
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
In directory james.mmbase.org:/tmp/cvs-serv19244
Modified Files:
attachmentsearch.jsp imagesearch.jsp urlsearch.jsp
Log Message:
CMSC-1069(Add delete submit button on the bottom of 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-1069
Index: attachmentsearch.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentsearch.jsp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- attachmentsearch.jsp 15 Oct 2008 06:34:06 -0000 1.18
+++ attachmentsearch.jsp 15 Oct 2008 07:35:08 -0000 1.19
@@ -143,6 +143,11 @@
<c:set var="useSwapStyle">${!useSwapStyle}</c:set>
</mm:listnodes>
</tbody>
+ <tr>
+ <c:if test="${fn:length(results) >1}">
+ <th><input type="submit"
onclick="confirmDelete();return false;" value="<fmt:message
key="secondaryedit.mass.delete"/>"/></th>
+ </c:if>
+ </tr>
</table>
</form>
</c:if>
Index: imagesearch.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imagesearch.jsp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- imagesearch.jsp 15 Oct 2008 06:34:06 -0000 1.18
+++ imagesearch.jsp 15 Oct 2008 07:35:08 -0000 1.19
@@ -147,6 +147,11 @@
<c:set var="useSwapStyle">${!useSwapStyle}</c:set>
</mm:listnodes>
</tbody>
+ <tr>
+ <c:if test="${fn:length(results) >1}">
+ <th><input type="submit" onclick="confirmDelete();return
false;" value="<fmt:message key="secondaryedit.mass.delete"/>"/></th>
+ </c:if>
+ </tr>
</table>
</form>
</c:if>
Index: urlsearch.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/urlsearch.jsp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- urlsearch.jsp 15 Oct 2008 06:34:06 -0000 1.16
+++ urlsearch.jsp 15 Oct 2008 07:35:08 -0000 1.17
@@ -144,6 +144,11 @@
<c:set var="useSwapStyle">${!useSwapStyle}</c:set>
</mm:listnodes>
</tbody>
+ <tr>
+ <c:if test="${fn:length(results) >1}">
+ <th><input type="submit" onclick="confirmDelete();return
false;" value="<fmt:message key="secondaryedit.mass.delete"/>"/></th>
+ </c:if>
+ </tr>
</table>
</form>
</c:if>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs