mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
Fix for ALF-3156 - Console access - fix close button (for all consoles and also Node Browser)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32535 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -35,24 +35,24 @@
|
||||
<h:form id="TenantAdmin-console-title">
|
||||
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<h:graphicImage value="/images/logo/AlfrescoLogo32.png" alt="Alfresco" />
|
||||
</td>
|
||||
<td>
|
||||
<nobr><h:outputText id="titleTenantAdminConsole" styleClass="mainTitle" value="#{msg.title_tenantadmin_console}"/></nobr>
|
||||
</td>
|
||||
<tr>
|
||||
<td>
|
||||
<h:graphicImage value="/images/logo/AlfrescoLogo32.png" alt="Alfresco" />
|
||||
</td>
|
||||
<td>
|
||||
<nobr><h:outputText id="titleTenantAdminConsole" styleClass="mainTitle" value="#{msg.title_tenantadmin_console}"/></nobr>
|
||||
</td>
|
||||
<td width="100%" align="right">
|
||||
<h:commandButton value="#{msg.close}" action="adminConsole" />
|
||||
<h:commandButton value="#{msg.close}" action="dialog:close:dialog:adminConsole" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</h:form>
|
||||
|
||||
<br>
|
||||
|
||||
<h:outputText id="contextTitle" styleClass="mainTitle" value="#{msg.tenantadmin_context}"/>
|
||||
<h:outputText id="contextTitle" styleClass="mainTitle" value="#{msg.tenantadmin_context}"/>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user