Update of
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/recyclebin
In directory
james.mmbase.org:/tmp/cvs-serv20069/cmsc/contentrepository/src/webapp/editors/recyclebin
Modified Files:
assettrash.jsp
Log Message:
CMSC-1275 Assets: URLs has both name and title
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/recyclebin
See also: http://www.mmbase.org/jira/browse/CMSC-1275
Index: assettrash.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/recyclebin/assettrash.jsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- assettrash.jsp 11 Feb 2009 13:55:01 -0000 1.6
+++ assettrash.jsp 20 Feb 2009 05:33:36 -0000 1.7
@@ -107,9 +107,6 @@
<td style="white-space: nowrap;" onMouseDown="objClick(this);">
<c:set var="assettype" ><mm:nodeinfo type="guitype"/></c:set>
<mm:field id="title" write="false" name="title"/>
- <c:if test="${assettype == 'URL'}">
- <c:set var="title" ><mm:field name="name"/></c:set>
- </c:if>
<c:if test="${fn:length(title) > 50}">
<c:set var="title">${fn:substring(title,0,49)}...</c:set>
</c:if>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs