4:
Re: Re: How do i change the flash icons/label in the LHS of the Authoring page.
By: Fiona Malikoff
|
In response to 3 | 09/23/07 05:00 PM | ||
The label should be coming out of the language files for your new tool. When you copied the existing tool to create your new tool, you should have copied the conf/language/lams directory. You will need to modify the ApplicationResources.properties and ApplicationResources_en_AU.properties files to change the name of the tool.
You also need to check that the language_file column in the lams_tool table is correct. This contains the language file name that LAMS uses to access the properties file. It must match what you have set up in languageFilesPackage setting in the generateDeployProperties task in build.xml. For example, if the languageFilePackage in the build.xml is "org.lamsfoundation.lams.tool.forum", then the matching column in the database must be "org.lamsfoundation.lams.tool.forum.ApplicationResources". The row in the lams_tool table is is inserted using the tool_insert.sql script. Fiona Posted by Fiona Malikoff |
|
Reply to first post on this page
Back to Problems Installing LAMS