You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ed...@apache.org on 2005/04/19 16:21:53 UTC

svn commit: r161897 - lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl

Author: edith
Date: Tue Apr 19 07:21:52 2005
New Revision: 161897

URL: http://svn.apache.org/viewcvs?view=rev&rev=161897
Log:
Thanks to Simon Litwan:renamed homonymous formfield, add a bit javascript and a hint

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl?view=diff&r1=161896&r2=161897
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl Tue Apr 19 07:21:52 2005
@@ -63,7 +63,7 @@
 			<div class="lenya-box-body">
 			<table class="lenya-table-noborder">
 				<tr>
-					<td class="lenya-entry-caption">Recipient(s):</td>
+					<td class="lenya-entry-caption">Recipient(s): <br />Use comma to separate <br />several e-mail addresses.</td>
 					<td>
 						<xslt:apply-templates/>
 					</td>
@@ -105,7 +105,7 @@
 	
 	<xslt:template match="not:preset">
 		<xslt:variable name="user" select="not:users/not:user"/>
-		<input type="hidden" name="notification.tolist">
+		<input type="hidden" name="notification.tolist.preset" id="notification.tolist.preset">
 			<xslt:attribute name="value"><xslt:value-of select="$user/@email"/></xslt:attribute>
 		</input> 
 		<span style="white-space: nobreak">



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