Author: michiel
Date: 2010-05-26 16:14:17 +0200 (Wed, 26 May 2010)
New Revision: 42279
Modified:
didactor/trunk/components/core/src/main/resources/META-INF/tags/di/core/img.tagx
Log:
Modified:
didactor/trunk/components/core/src/main/resources/META-INF/tags/di/core/img.tagx
===================================================================
---
didactor/trunk/components/core/src/main/resources/META-INF/tags/di/core/img.tagx
2010-05-26 14:11:47 UTC (rev 42278)
+++
didactor/trunk/components/core/src/main/resources/META-INF/tags/di/core/img.tagx
2010-05-26 14:14:17 UTC (rev 42279)
@@ -9,13 +9,16 @@
<jsp:directive.attribute name="title" />
<jsp:directive.attribute name="onclick" />
<jsp:directive.attribute name="id" />
+ <jsp:directive.attribute name="style" />
- <img src="${mm:treelink(src, includePath)}"
- border="0"
- title="${di:translate(title)}"
- alt="${di:translate(title)}"
- onclick="${onclick}"
- id="${id}"
- />
+ <img
+ src="${mm:treelink(src, includePath)}"
+ border="0"
+ title="${di:translate(title)}"
+ alt="${di:translate(title)}"
+ onclick="${onclick}"
+ id="${id}"
+ style="${style}"
+ />
</jsp:root>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs