Author: ornicar2
Date: 2010-01-28 22:07:01 +0100 (Thu, 28 Jan 2010)
New Revision: 27288

Modified:
   plugins/diemPlugin/trunk/dmAdminPlugin/web/css/flash.css
   plugins/diemPlugin/trunk/dmCorePlugin/web/js/dmCorePing.js
Log:
[Diem]
- improved resource locks

Modified: plugins/diemPlugin/trunk/dmAdminPlugin/web/css/flash.css
===================================================================
--- plugins/diemPlugin/trunk/dmAdminPlugin/web/css/flash.css    2010-01-28 
21:06:24 UTC (rev 27287)
+++ plugins/diemPlugin/trunk/dmAdminPlugin/web/css/flash.css    2010-01-28 
21:07:01 UTC (rev 27288)
@@ -19,13 +19,13 @@
   border-color: #CAD3A6;
 }
 
-#flash li.alert,
-div.dm_active_locks span {
+#flash li.alert {
   background: #F8F2B7 url(../images/flash/yellow.gif) repeat-x top left;
   border-color: #DBD6A1;
 }
 
-#flash li.error {
+#flash li.error,
+div.dm_active_locks span {
   background: #F6DCD9 url(../images/flash/red.gif) repeat-x top left;
   border-color: #D7BBB8;
   color: #DD0000;

Modified: plugins/diemPlugin/trunk/dmCorePlugin/web/js/dmCorePing.js
===================================================================
--- plugins/diemPlugin/trunk/dmCorePlugin/web/js/dmCorePing.js  2010-01-28 
21:06:24 UTC (rev 27287)
+++ plugins/diemPlugin/trunk/dmCorePlugin/web/js/dmCorePing.js  2010-01-28 
21:07:01 UTC (rev 27288)
@@ -14,7 +14,7 @@
         url:      $.dm.ctrl.getHref('+/dmCore/ping')
       }, options || {});
 
-      self.ping();
+      setTimeout(self.ping, 500);
     },
 
     ping: function()

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to