You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2010/09/01 07:40:50 UTC

svn commit: r991439 - /incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html

Author: rhirsch
Date: Wed Sep  1 05:40:50 2010
New Revision: 991439

URL: http://svn.apache.org/viewvc?rev=991439&view=rev
Log:
[ESME-269] when creating a reply in the UI, the user need should appear automatically in the reply

Modified:
    incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html

Modified: incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html?rev=991439&r1=991438&r2=991439&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html Wed Sep  1 05:40:50 2010
@@ -76,7 +76,8 @@
                                             var rep_msg = text
                                             if (text.length > 50)
                                              rep_msg = text.substr(0, 47) + "..."
-                                            jQuery('#reply-to-span').html(rep_msg);	
+                                            jQuery('#reply-to-span').html(rep_msg);
+                                            jQuery('#vMsg').val("@" + author + " ")	
                                             jQuery('#vMsg').focus()
 					    jQuery('#vPool').val(msgPool);
                                         }