Index: lams_tool_chat/web/includes/css/chat.css
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/css/chat.css,v
diff -u -r1.2 -r1.3
--- lams_tool_chat/web/includes/css/chat.css 8 Sep 2006 06:06:57 -0000 1.2
+++ lams_tool_chat/web/includes/css/chat.css 8 Sep 2006 06:49:06 -0000 1.3
@@ -12,9 +12,7 @@
font-weight: bold;
}
-
/* ==================== LEARNING PAGE STYLES ==================== */
-
#chat_content {
width: 560px;
padding: 12px;
@@ -62,3 +60,10 @@
#msgArea {
width: 410px;
}
+
+/* ================== MONITORING ================== */
+.edit-pane {
+ display: none;;
+ border: 1px solid;
+ padding: 8px;
+}
\ No newline at end of file
Index: lams_tool_chat/web/pages/monitoring/chatHistory.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_chat/web/pages/monitoring/chatHistory.jsp,v
diff -u -r1.5 -r1.6
--- lams_tool_chat/web/pages/monitoring/chatHistory.jsp 8 Sep 2006 06:22:43 -0000 1.5
+++ lams_tool_chat/web/pages/monitoring/chatHistory.jsp 8 Sep 2006 06:49:06 -0000 1.6
@@ -17,7 +17,7 @@
if (!(currentPaneID == null)) {
closeEditPane();
}
- document.getElementById(paneID).style.display = "";
+ document.getElementById(paneID).style.display = "block";
currentPaneID = paneID;
}
@@ -52,8 +52,7 @@
-