-
-
-
-
+
+
+
-
-
style="display: none;" >
-
-
-
+
style="display: none;" >
+
+
+
-
-
+
+
-
-
-
-
-
+
+
+
\ No newline at end of file
Index: lams_tool_sbmt/web/monitoring/parts/summary.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/monitoring/parts/summary.jsp,v
diff -u -r1.10.10.2 -r1.10.10.3
--- lams_tool_sbmt/web/monitoring/parts/summary.jsp 31 Mar 2011 17:45:16 -0000 1.10.10.2
+++ lams_tool_sbmt/web/monitoring/parts/summary.jsp 1 Apr 2011 15:11:17 -0000 1.10.10.3
@@ -7,16 +7,18 @@
-
-
- div.growlUI { background: url(
) no-repeat 10px 10px }
- div.growlUI h1, div.growlUI h2 { color: white; padding: 5px 5px 5px 75px; text-align: left }
- div.growlUI h1 { font-size: medium }
-
-
@@ -66,7 +68,7 @@
$.ajax({
url : url,
success : function() {
- $.growlUI('Notification', 'Date restriction has been set');
+ $.growlUI('
', '
');
$("#datetimeDiv").hide();
$("#dateInfo").html(formatDate(date) );
$("#dateInfoDiv").show();
@@ -81,7 +83,7 @@
$.ajax({
url : url,
success : function() {
- $.growlUI('Notification', 'Date restriction has been removed');
+ $.growlUI('
', '
');
$("#dateInfoDiv").hide();
$("#datetimeDiv").show();