mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fixed ALF-10157: Web Form Details page for the "Selected Web Content Forms": script error appears on help button click: container.jsp (line 382)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31743 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -9,6 +9,10 @@ xmlns:f="http://java.sun.com/jsf/core">
|
|||||||
function toggleOutputPathPatternHelp()
|
function toggleOutputPathPatternHelp()
|
||||||
{
|
{
|
||||||
var d = document.getElementById('wizard:wizard-body:mainPanel');
|
var d = document.getElementById('wizard:wizard-body:mainPanel');
|
||||||
|
if (d == null)
|
||||||
|
{
|
||||||
|
d = document.getElementById('dialog:dialog-body:mainPanel');
|
||||||
|
}
|
||||||
d.style.display = d.style.display == 'block' ? 'none' : 'block';
|
d.style.display = d.style.display == 'block' ? 'none' : 'block';
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user