Revision: 4229
Author: seba.wagner
Date: Tue Sep 13 11:49:22 2011
Log: Fixes issue 1501
http://code.google.com/p/openmeetings/source/detail?r=4229
Modified:
/trunk/singlewebapp/WebContent/WEB-INF/velocity.properties
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/helper/boundingBoxAll.lzx
=======================================
--- /trunk/singlewebapp/WebContent/WEB-INF/velocity.properties Tue Aug 30
13:17:16 2011
+++ /trunk/singlewebapp/WebContent/WEB-INF/velocity.properties Tue Sep 13
11:49:22 2011
@@ -9,7 +9,7 @@
#
file.resource.loader.description = Velocity File Resource Loader
file.resource.loader.class =
org.apache.velocity.runtime.resource.loader.FileResourceLoader
-file.resource.loader.path = templatedirectory1
+file.resource.loader.path = ./classes
file.resource.loader.cache = false
file.resource.loader.modificationCheckInterval = 0
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/helper/boundingBoxAll.lzx
Sun Sep 11 01:31:48 2011
+++
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/helper/boundingBoxAll.lzx
Tue Sep 13 11:49:22 2011
@@ -387,7 +387,9 @@
}
</handler>
<handler name="onmouseover">
- lz.Cursor.setCursorGlobal("arrow_draw_panel_cursor");
+ if (this.parent.objRef.typeOfObject != "swf") {
+ lz.Cursor.setCursorGlobal("arrow_draw_panel_cursor");
+ }
</handler>
<handler name="onmouseout">
lz.Cursor.unlock();
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" 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/openmeetings-dev?hl=en.