Merged V3.2 to HEAD

15504: ETHREOH-2447: My Content page localisation failing - Localization is provided for all the ftl and xml files in WEB-INF\classes\alfresco\templates\webscripts\org\alfresco\portlets.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16907 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2009-10-14 10:50:14 +00:00
parent e13b3f6414
commit 051b54a53c
12 changed files with 179 additions and 58 deletions

View File

@@ -30,7 +30,7 @@ var MyTasks = {
failure: function(response)
{
// display the error
$('taskPanel').setHTML("Sorry, data currently unavailable.");
$('taskPanel').setHTML($('displayTheError').innerHTML);
// hide the ajax wait panel and show the main task panel
$('taskPanelOverlay').setStyle('visibility', 'hidden');