Fix for ALF-11545 - An exception occurred when trying to click "Close" button on Web Client Config Admin Console

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32087 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2011-11-18 10:39:57 +00:00
parent 34d25aeb98
commit 036bc753e3
@@ -43,7 +43,7 @@
<nobr><h:outputText id="titleConfigAdminConsole" styleClass="mainTitle" value="#{msg.title_configadmin_console}"/></nobr>
</td>
<td width="100%" align="right">
<h:commandButton value="#{msg.close}" action="adminConsole" />
<h:commandButton value="#{msg.close}" action="dialog:close" />
</td>
</tr>
</table>