You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/12/25 16:13:32 UTC

svn commit: r123338 - /lenya/trunk/src/webapp/lenya/xslt/authoring/asset.xsl

Author: gregor
Date: Sat Dec 25 07:13:32 2004
New Revision: 123338

URL: http://svn.apache.org/viewcvs?view=rev&rev=123338
Log:
Added image preview to asset usecase
Modified:
   lenya/trunk/src/webapp/lenya/xslt/authoring/asset.xsl

Modified: lenya/trunk/src/webapp/lenya/xslt/authoring/asset.xsl
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/xslt/authoring/asset.xsl?view=diff&rev=123338&p1=lenya/trunk/src/webapp/lenya/xslt/authoring/asset.xsl&r1=123337&p2=lenya/trunk/src/webapp/lenya/xslt/authoring/asset.xsl&r2=123338
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/authoring/asset.xsl	(original)
+++ lenya/trunk/src/webapp/lenya/xslt/authoring/asset.xsl	Sat Dec 25 07:13:32 2004
@@ -143,7 +143,7 @@
                   </i18n:param>
                 </i18n:translate>:
               </td>
-              <td><input class="lenya-form-element" type="file" name="properties.asset.data"/><br/>(<i18n:text>No whitespace, no special characters</i18n:text>)</td>
+              <td><input class="lenya-form-element" type="file" name="properties.asset.data" onchange="imagepreview(this)"/><br/>(<i18n:text>No whitespace, no special characters</i18n:text>)</td>
             </tr>
             <tr><td>&#160;</td></tr>
             <tr>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org