mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
. Fix to incorrect method called on Manage Content Users "Close" button
. Fix to new layout on Preview In Template pages git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2507 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -77,8 +77,6 @@
|
|||||||
|
|
||||||
<td align=right>
|
<td align=right>
|
||||||
<%-- Available Templates --%>
|
<%-- Available Templates --%>
|
||||||
<h:outputText style="padding-left:20px" styleClass="mainSubTitle" value="#{msg.templates}" />
|
|
||||||
|
|
||||||
<div style="padding-top:4px">
|
<div style="padding-top:4px">
|
||||||
<%-- Templates drop-down selector --%>
|
<%-- Templates drop-down selector --%>
|
||||||
<h:selectOneMenu id="template" value="#{DocumentPreviewBean.template}" onchange="document.forms['preview-file'].submit(); return true;">
|
<h:selectOneMenu id="template" value="#{DocumentPreviewBean.template}" onchange="document.forms['preview-file'].submit(); return true;">
|
||||||
|
@@ -77,8 +77,6 @@
|
|||||||
|
|
||||||
<td align=right>
|
<td align=right>
|
||||||
<%-- Available Templates --%>
|
<%-- Available Templates --%>
|
||||||
<h:outputText style="padding-left:20px" styleClass="mainSubTitle" value="#{msg.templates}" />
|
|
||||||
|
|
||||||
<div style="padding-top:4px">
|
<div style="padding-top:4px">
|
||||||
<%-- Templates drop-down selector --%>
|
<%-- Templates drop-down selector --%>
|
||||||
<h:selectOneMenu id="template" value="#{SpacePreviewBean.template}" onchange="document.forms['preview-space'].submit(); return true;">
|
<h:selectOneMenu id="template" value="#{SpacePreviewBean.template}" onchange="document.forms['preview-space'].submit(); return true;">
|
||||||
|
@@ -171,7 +171,7 @@
|
|||||||
<table cellpadding="0" cellspacing="0" border="0">
|
<table cellpadding="0" cellspacing="0" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<h:commandButton value="#{msg.close}" actionListener="#{ContentUsersBean.users}" action="dialog:close" styleClass="wizardButton" />
|
<h:commandButton value="#{msg.close}" actionListener="#{ContentUsersBean.close}" action="dialog:close" styleClass="wizardButton" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Reference in New Issue
Block a user