comment_notify_message.html

 1   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 3   
 4   <html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
 5   <head>
 6   </head>
 7   <body>
 8       <!-- You may use the markers idExtendableResource and extendableResourceType when overriding this template -->
 9   	#i18n{module.extend.comment.comment_notify_message.labelMessageComment} ${resourceExtenderName!} : 
 10   	<br />
 11   	<br />
 12   	<em>${comment.comment!}</em>
 13   	<p>
 14   		#i18n{module.extend.comment.comment_notify_message.labelUrl} <a href="${resourceExtenderUrl!}">#i18n{module.extend.comment.comment_notify_message.labelHere}</a>.
 15   	</p>
 16   </body>
 17   </html>