Update of
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
In directory james.mmbase.org:/tmp/cvs-serv25435/webapp/editors/resources
Modified Files:
imageupload.jsp
Log Message:
CMSC-681 Asset Maintenance code refacted
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
See also: http://www.mmbase.org/jira/browse/CMSC-681
Index: imageupload.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imageupload.jsp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- imageupload.jsp 19 Dec 2008 08:42:46 -0000 1.16
+++ imageupload.jsp 25 Dec 2008 03:28:36 -0000 1.17
@@ -46,6 +46,11 @@
<td style="color:red;"><fmt:message
key="asset.upload.existed" /></td>
</tr>
</c:if>
+ <c:if test="${param.exceed=='yes'}">
+ <tr>
+ <td style="color:red;"><fmt:message
key="asset.upload.exceed" /></td>
+ </tr>
+ </c:if>
<c:if test="${param.uploadedNodes=='0' && param.exist ==
'0'}">
<tr>
<td style="color:red;"><fmt:message
key="image.upload.notimage" /></td>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs