Roberto E.L. created OPENMEETINGS-949:
-----------------------------------------

             Summary: Add Whiteboard: untranslated string - hardcoded
                 Key: OPENMEETINGS-949
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-949
             Project: Openmeetings
          Issue Type: Bug
          Components: UI
    Affects Versions: 2.0.0 Apache Incubator Release, 2.1.1 Apache Release, 
2.2.0 Apache Release, 3.0.0
         Environment: Red Hat Enterprise Linux Server release 6.5, kernel 
2.6.32-431.5.1.el6.x86_64, jdk 1.7.0_51, 
            Reporter: Roberto E.L.
            Assignee: SebastianWagner
            Priority: Trivial


The "add Whiteboard" button on conference room can't be translated because is 
hardcoded on the code of file 
apache-openmeetings-2.2.0-src/WebContent/src/modules/conference/whiteboard/fixedFileExplorerWhiteboardPanel.lzx.

My workaround was:

- Create a new field value in the table "fieldvalues" with the Language Editor. 
I call it  "add_whiteBoard".

- Modify fixedFileExplorerWhiteboardPanel.lzx:

--- ./fixedFileExplorerWhiteboardPanel.lzx      2013-12-08 16:26:08.000000000 
+0000
+++ ./fixedFileExplorerWhiteboardPanel.lzx      2014-03-14 10:24:25.709411666 
+0000
@@ -336,7 +336,7 @@
        
        <view resource="add_whiteboard_rsc" y="0" x="0" />
        
-       <labelTooltip text="Add Whiteboard" />
+       <labelTooltip labelid="1542" />
     </view>
     
     <view width="${ parent.width }" height="1" y="41"


"1542" is the new field value ID created with the Language Editor.

- Compile the client with Ant

- Copy main.swf8.swf to $install_dir/red5/webapps/openmeetings.





--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to