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/12/17 11:57:51 UTC

svn commit: r1050343 - /incubator/esme/trunk/server/src/main/webapp/index.html

Author: rhirsch
Date: Fri Dec 17 10:57:51 2010
New Revision: 1050343

URL: http://svn.apache.org/viewvc?rev=1050343&view=rev
Log:
[ESME-317] Display of single message on opening page is wrong

Modified:
    incubator/esme/trunk/server/src/main/webapp/index.html

Modified: incubator/esme/trunk/server/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/index.html?rev=1050343&r1=1050342&r2=1050343&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/index.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/index.html Fri Dec 17 10:57:51 2010
@@ -57,18 +57,20 @@
 			<lift:comet type="SinglePublicTimeline"/>
 			<!--updates-box -->
 			<h1><lift:loc>ui_default_on_esme</lift:loc></h1>
+				
 			<div id="timeline_messages" class="gray-box">
-			    <div class="updates-box" id="message" style ="">
+			    <div class="updates-box" id="message">
 			            <div class="avatar">
 			                <img id="avatar" width="40px" />
-			            </div>
-			            <!--end avatar-->
+			            </div>  <!--end avatar-->
+			            
+			        <div class="update2">
 			            <div class="info2">
 			                <a href="" id="author" />
 			                <div id="msgbody" />
-			                <div class="supp_data_class" id="supp_data" />
-			            </div>
-			        </div>
+			                <div class="supp_data_class" id="supp_data" /> </div>
+			        </div> <!--end info2-->
+			        </div> <!--end update2-->
 			</div><!--gray-box-->
 		</lift:surround>
 	</logged:out>