mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- Resources can now be added and removed to and from workflow packages
- Added simple search based content selector component to support this git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3628 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -106,8 +106,18 @@
|
||||
</a:column>
|
||||
--%>
|
||||
</a:richList>
|
||||
|
||||
<h:panelGrid columns="1" styleClass="paddingRow">
|
||||
<r:actions context="#{DialogManager.bean.workItemNode}" value="#{DialogManager.bean.packageActionGroup}" />
|
||||
</h:panelGrid>
|
||||
|
||||
<%-- Put the package actions here --%>
|
||||
<h:panelGrid columns="1" rendered="#{DialogManager.bean.itemBeingAdded}" styleClass="selector" style="margin-top: 6px;">
|
||||
<r:contentSelector value="#{DialogManager.bean.itemsToAdd}" styleClass="" />
|
||||
<h:panelGrid columns="2">
|
||||
<h:commandButton value="#{msg.add_to_list_button}" actionListener="#{DialogManager.bean.addPackageItems}" />
|
||||
<h:commandButton value="#{msg.cancel}" actionListener="#{DialogManager.bean.cancelAddPackageItems}" />
|
||||
</h:panelGrid>
|
||||
</h:panelGrid>
|
||||
|
||||
</a:panel>
|
||||
|
||||
|
Reference in New Issue
Block a user