Author: solomax
Date: Tue Dec 13 14:58:29 2016
New Revision: 1774028
URL: http://svn.apache.org/viewvc?rev=1774028&view=rev
Log:
no jira: whitespaces clean-up
Modified:
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/panels/propertypanel/propertyPanel.lzx
openmeetings/application/branches/3.1.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.properties
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/panels/propertypanel/propertyPanel.lzx
openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.properties
openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.properties
Modified:
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx
URL:
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx?rev=1774028&r1=1774027&r2=1774028&view=diff
==============================================================================
---
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx
(original)
+++
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx
Tue Dec 13 14:58:29 2016
@@ -256,9 +256,6 @@
parent.parent.onsharedMessage.sendEvent(tempSendArray);
</method>
- <handler name="onopenWhiteBoard" >
- </handler>
-
<!-- clientid = streamid of the user -->
<method name="oninitUser" args="clientid,objectList">
this.parent.parent.sendObjectToClientID =
clientid;
Modified:
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/panels/propertypanel/propertyPanel.lzx
URL:
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/panels/propertypanel/propertyPanel.lzx?rev=1774028&r1=1774027&r2=1774028&view=diff
==============================================================================
---
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/panels/propertypanel/propertyPanel.lzx
(original)
+++
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/panels/propertypanel/propertyPanel.lzx
Tue Dec 13 14:58:29 2016
@@ -269,26 +269,25 @@
parent.currentDocument.sendSelection = false;
parent.currentDocument.selectItem(itemObj.name);
parent.currentDocument.sendSelection = true;
-
parent._clickLayer.setAttribute("visible",
false);
</method>
<method name="removeDocument" args="refItemName">
- if ($debug) Debug.warn("removeDocument
",refItemName);
+ if ($debug) Debug.warn("removeDocument ",
refItemName);
parent.currentDocument.removeItem(refItemName);
if (parent.currentDocument.getNumItems() != 0) {
parent.currentDocument.selectItemAt(0);
-
parent._clickLayer.setAttribute("visibility","hidden");
+
parent._clickLayer.setAttribute("visible", false);
} else {
parent.currentDocument.clearSelection();
-
parent._clickLayer.setAttribute("visibility","visible");
+
parent._clickLayer.setAttribute("visible", true);
}
</method>
<method name="clearDocumentsBar">
parent.currentDocument.reset();
-
parent._clickLayer.setAttribute("visibility","visible");
+ parent._clickLayer.setAttribute("visible",
true);
</method>
<drawDocumentPanelItem name="b3" modi="doc_first"
resourceItem="doc_first" labelid="255" />
Modified:
openmeetings/application/branches/3.1.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.properties
URL:
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.properties?rev=1774028&r1=1774027&r2=1774028&view=diff
==============================================================================
---
openmeetings/application/branches/3.1.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.properties
(original)
+++
openmeetings/application/branches/3.1.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.properties
Tue Dec 13 14:58:29 2016
@@ -8,7 +8,7 @@
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
Modified:
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx
URL:
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx?rev=1774028&r1=1774027&r2=1774028&view=diff
==============================================================================
---
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx
(original)
+++
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/fixedFileExplorerWhiteBoard.lzx
Tue Dec 13 14:58:29 2016
@@ -256,9 +256,6 @@
parent.parent.onsharedMessage.sendEvent(tempSendArray);
</method>
- <handler name="onopenWhiteBoard" >
- </handler>
-
<!-- clientid = streamid of the user -->
<method name="oninitUser" args="clientid,objectList">
this.parent.parent.sendObjectToClientID =
clientid;
Modified:
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/panels/propertypanel/propertyPanel.lzx
URL:
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/panels/propertypanel/propertyPanel.lzx?rev=1774028&r1=1774027&r2=1774028&view=diff
==============================================================================
---
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/panels/propertypanel/propertyPanel.lzx
(original)
+++
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/modules/conference/whiteboard/panels/propertypanel/propertyPanel.lzx
Tue Dec 13 14:58:29 2016
@@ -269,26 +269,25 @@
parent.currentDocument.sendSelection = false;
parent.currentDocument.selectItem(itemObj.name);
parent.currentDocument.sendSelection = true;
-
parent._clickLayer.setAttribute("visible",
false);
</method>
<method name="removeDocument" args="refItemName">
- if ($debug) Debug.warn("removeDocument
",refItemName);
+ if ($debug) Debug.warn("removeDocument ",
refItemName);
parent.currentDocument.removeItem(refItemName);
if (parent.currentDocument.getNumItems() != 0) {
parent.currentDocument.selectItemAt(0);
-
parent._clickLayer.setAttribute("visibility","hidden");
+
parent._clickLayer.setAttribute("visible", false);
} else {
parent.currentDocument.clearSelection();
-
parent._clickLayer.setAttribute("visibility","visible");
+
parent._clickLayer.setAttribute("visible", true);
}
</method>
<method name="clearDocumentsBar">
parent.currentDocument.reset();
-
parent._clickLayer.setAttribute("visibility","visible");
+ parent._clickLayer.setAttribute("visible",
true);
</method>
<drawDocumentPanelItem name="b3" modi="doc_first"
resourceItem="doc_first" labelid="255" />
Modified:
openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.properties
URL:
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.properties?rev=1774028&r1=1774027&r2=1774028&view=diff
==============================================================================
---
openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.properties
(original)
+++
openmeetings/application/branches/3.2.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.properties
Tue Dec 13 14:58:29 2016
@@ -8,7 +8,7 @@
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
Modified:
openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.properties
URL:
http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.properties?rev=1774028&r1=1774027&r2=1774028&view=diff
==============================================================================
---
openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.properties
(original)
+++
openmeetings/application/trunk/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.properties
Tue Dec 13 14:58:29 2016
@@ -8,7 +8,7 @@
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY