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/06 17:12:20 UTC

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

Author: rhirsch
Date: Mon Sep  6 15:12:20 2010
New Revision: 993067

URL: http://svn.apache.org/viewvc?rev=993067&view=rev
Log:
[ESME-265] Generic Task to prepare for 1.1 release
CSS Beautify

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

Modified: incubator/esme/trunk/server/src/main/webapp/templates-hidden/message_core.html
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/templates-hidden/message_core.html?rev=993067&r1=993066&r2=993067&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/templates-hidden/message_core.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/templates-hidden/message_core.html Mon Sep  6 15:12:20 2010
@@ -18,30 +18,31 @@
 -->
 
 <div id="timeline_messages">
-<head>
-        <script src="../scripts/display_messages_top.js" type="text/javascript"/> 
-        <script src="../scripts/pretty.js" type="text/javascript"/> 
-</head>
-<div class="updates-box" id="message">
-				<div class="avatar">
-					<img id="avatar" width="40px"/>
-				</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> <!--end info2-->
-
-					<div class="actions">
-						
-					</div> <!--end actions-->
-					 <div id="msgsep" class="separator"></div>  <!-- separator works here but is too short--> 
-				</div> <!--end update2-->
-			            	
-			</div> <!--end updates-box-->
-			<!-- <div id="msgsep" class="separator"/> seprator should be here but doesn't work--> 
-</div>		
+    <head>
+        <script src="../scripts/display_messages_top.js" type="text/javascript" />
+        <script src="../scripts/pretty.js" type="text/javascript" />
+    </head>
+    <div class="updates-box" id="message">
+        <div class="avatar">
+            <img id="avatar" width="40px" />
+        </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>
+            <!--end info2-->
+            <div class="actions"></div>
+            <!--end actions-->
+            <div id="msgsep" class="separator"></div>
+            <!-- separator works here but is too short-->
+        </div>
+        <!--end update2-->
+    </div>
+    <!--end updates-box-->
+    <!-- <div id="msgsep" class="separator"/> seprator should be here but doesn't work-->
+</div>