You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Maxim Solodovnik (JIRA)" <ji...@apache.org> on 2014/04/04 13:50:23 UTC

[jira] [Closed] (OPENMEETINGS-949) Add Whiteboard: untranslated string - hardcoded

     [ https://issues.apache.org/jira/browse/OPENMEETINGS-949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Solodovnik closed OPENMEETINGS-949.
-----------------------------------------


> 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: 3.0.0, 2.2.0 Apache Release, 2.1.1 Apache Release, 2.0.0 Apache Incubator Release
>         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
>             Fix For: 3.0.1
>
>
> 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)