| author | Sidharth Singh | 2012-03-09 06:40:10 (EST) |
|---|---|---|
| committer | Manik Kishore | 2012-06-19 07:20:12 (EDT) |
| commit | e3ea304baf6623082cfc8b33de1936a08fb42941 (patch) (side-by-side diff) | |
| tree | 183a852fa8be2523436522b8b660eab5840694cb | |
| parent | c6ce0802b85326dbffcbd8c0169b618fc1951796 (diff) | |
| download | org.eclipse.stardust.ui.web-e3ea304baf6623082cfc8b33de1936a08fb42941.zip org.eclipse.stardust.ui.web-e3ea304baf6623082cfc8b33de1936a08fb42941.tar.gz org.eclipse.stardust.ui.web-e3ea304baf6623082cfc8b33de1936a08fb42941.tar.bz2 | |
Jira-ID: CRNT-24098
1)Added attach to case to caseDetailsViewToolbar.xhtml
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@54426 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | views-common/src/main/resources/META-INF/xhtml/views/case/caseDetailsViewToolbar.xhtml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/views-common/src/main/resources/META-INF/xhtml/views/case/caseDetailsViewToolbar.xhtml b/views-common/src/main/resources/META-INF/xhtml/views/case/caseDetailsViewToolbar.xhtml index 25f0b9f..05c0ee3 100644 --- a/views-common/src/main/resources/META-INF/xhtml/views/case/caseDetailsViewToolbar.xhtml +++ b/views-common/src/main/resources/META-INF/xhtml/views/case/caseDetailsViewToolbar.xhtml @@ -11,7 +11,7 @@ <ui:include src="/plugins/views-common/dialogs/joinProcessDialog.xhtml" />
<ice:panelGrid cellspacing="0" cellpadding="2"
- style="padding-right: 10px;" columns="14">
+ style="padding-right: 10px;" columns="15">
<pc:automationTag value="auto-COM-CaseDetView-ToolbarTerminate"/>
<ice:commandButton
image="/plugins/business-control-center/images/icons/abort_process.png"
@@ -43,6 +43,16 @@ partialSubmit="true"
title="#{messages_bcc['common.tooltip.recover']}"
styleClass="toolbar-button" />
+
+ <pc:automationTag value="auto-COM-CaseDetView-ToolbarAttachToCase"/>
+ <ice:commandLink actionListener="#{processHistoryTable.attachToCase}"
+ rendered="#{processHistoryTable.enableCase and caseDetailsBean.canManageCase}"
+ disabled="#{caseDetailsBean.inactiveCase}" >
+ <ice:graphicImage
+ url="/plugins/views-common/images/icons/case-attach.png"
+ title="#{views_common_msgPropsBean['views.case.attachPI']}"
+ styleClass="#{!caseDetailsBean.inactiveCase? '' : 'iceCmdBtn-dis'}" />
+ </ice:commandLink>
<ice:graphicImage value="/plugins/common/images/toolbar-separator.png"/>
|

