mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user