Revision: 3777
Author:   seba.wagner
Date:     Wed Jun  8 06:05:06 2011
Log:      Fix some confirmation messages
http://code.google.com/p/openmeetings/source/detail?r=3777

Modified:
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/baseDraw.lzx /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/panels/maintoolspanel/mainToolsPanel.lzx /trunk/singlewebapp/WebContent/openmeetings/plugins/conference/whiteboard/whiteboardMiniButton.lzx

=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/baseDraw.lzx Tue Jun 7 05:00:47 2011 +++ /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/baseDraw.lzx Wed Jun 8 06:05:06 2011
@@ -600,6 +600,14 @@
                }
                //this.setAttribute('drawmodus',this.getAttribute('drawmodus'));
        </method>
+
+       <method name="onmouseoverMethod">
+
+       </method>
+
+       <method name="onmouseoutMethod">
+
+    </method>

        <method name="onmousedownMethod" >
                <![CDATA[
=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/panels/maintoolspanel/mainToolsPanel.lzx Wed Apr 20 05:32:18 2011 +++ /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/panels/maintoolspanel/mainToolsPanel.lzx Wed Jun 8 06:05:06 2011
@@ -3,7 +3,7 @@

<class name="verticalMenuIconBar" extends="view" y="22" x="4" clickable="true">
        <simplelayout axis="y" spacing="2" />
- <mainToolsPanelItem name="plain" modi="plain" labelid="69" resourceItem="plain" setSelectionToItem="false" /> + <mainToolsPanelItem name="plain" modi="plainConfirm" labelid="69" resourceItem="plain" setSelectionToItem="false" /> <mainToolsPanelItem name="plainSlide" modi="plainSlide" labelid="1005" resourceItem="plainSlides" setSelectionToItem="false" />
        <!--
<mainToolsPanelItem name="drag" modi="drag" labelid="1113" resourceItem="arrow_draw_panel_tool_cursor" />
@@ -37,7 +37,7 @@

<class name="horizontalMenuIconBar" extends="view" y="22" x="4" clickable="true">
        <simplelayout axis="x" spacing="2" />
- <mainToolsPanelItem name="plain" modi="plain" labelid="69" resourceItem="plain" setSelectionToItem="false" /> + <mainToolsPanelItem name="plain" modi="plainConfirm" labelid="69" resourceItem="plain" setSelectionToItem="false" /> <mainToolsPanelItem name="plainSlide" modi="plainSlide" labelid="1005" resourceItem="plainSlides" setSelectionToItem="false" />
        <!--
<mainToolsPanelItem name="drag" modi="drag" labelid="1113" resourceItem="arrow_draw_panel_tool_cursor" />
=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/plugins/conference/whiteboard/whiteboardMiniButton.lzx Tue Apr 19 02:36:23 2011 +++ /trunk/singlewebapp/WebContent/openmeetings/plugins/conference/whiteboard/whiteboardMiniButton.lzx Wed Jun 8 06:05:06 2011
@@ -126,7 +126,7 @@
                 this.setAttribute('frame',2);
                 new lz.confirmationSingle(canvas,{
                            refObj:this,
-                           labeliderror:1161,
+                           labeliderror:1313,
                            showCheckBox:false
                         });
             </handler>

--
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.

Reply via email to