Author: solomax
Date: Wed May 22 08:01:50 2013
New Revision: 1485108

URL: http://svn.apache.org/r1485108
Log:
[OPENMEETINGS-634] dublicated attributes are removed

Modified:
    
openmeetings/branches/2.1/WebContent/src/base/components/upload/uploadWindowExplorer.lzx

Modified: 
openmeetings/branches/2.1/WebContent/src/base/components/upload/uploadWindowExplorer.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/2.1/WebContent/src/base/components/upload/uploadWindowExplorer.lzx?rev=1485108&r1=1485107&r2=1485108&view=diff
==============================================================================
--- 
openmeetings/branches/2.1/WebContent/src/base/components/upload/uploadWindowExplorer.lzx
 (original)
+++ 
openmeetings/branches/2.1/WebContent/src/base/components/upload/uploadWindowExplorer.lzx
 Wed May 22 08:01:50 2013
@@ -274,7 +274,7 @@
        </view>
        
        <labelCheckbox name="_loadToWhiteboard" x="4" y="184" fontsize="11" 
-               labelid="1312" value="true" labelid="1312" value="${ 
canvas.whiteboardCount &gt; 0 }" enabled="${ canvas.whiteboardCount &gt; 0 }" />
+               labelid="1312" value="${ canvas.whiteboardCount &gt; 0 }" 
enabled="${ canvas.whiteboardCount &gt; 0 }" />
        
        <simpleLabelButton name="_close" x="100" y="204" labelid="595" 
width="160" height="20">
                <handler name="onclick">


Reply via email to