<%-- /* $Header: txnUserActionList.jsp 29-jun-2007.00:17:24 andyao Exp $ */ /* Copyright (c) 2001, 2007, Oracle. All rights reserved. */ /* DESCRIPTION The JSP segment for displaying a list of steps. NOTES None MODIFIED (MM/DD/YY) andyao 06/29/07 - rgraham 05/16/07 - replace play btn with individual play back mode btns; remove playback mode drop-down andyao 05/15/07 - rgraham 03/29/07 - fix rendering/disabling of play btn rgraham 03/23/07 - rearrange play/record buttons andyao 03/21/07 - fix Recorder button validation rgraham 03/08/07 - fix UI layout andyao 03/06/07 - rgraham 03/02/07 - add support for user action/request simulation modes andyao 11/09/06 - refactor web transaction UI andyao 07/27/05 - andyao 07/24/05 - add fire partial action andyao 06/13/05 - add table summary andyao 04/06/05 - ui fixes andyao 03/24/05 - implements step tree andyao 01/07/05 - use tableActions andyao 12/23/04 - fix alignment andyao 11/24/04 - add support for template mode vjraghav 10/14/04 - pmadyalk 09/15/04 - pmadyalk_txn_r2_1 pmadyalk 09/13/04 - Txn R2 Changes pmadyalk 09/13/04 - created */ /** * @version $Header: txnUserActionList.jsp 29-jun-2007.00:17:24 andyao Exp $ * @author pmadyalk * @since release specific (what release of product did this appear in) */ --%> <%@ page import="oracle.sysman.eml.mntr.Constants"%> <%@ page import="oracle.sysman.eml.chronos.WebsiteConstants"%> <%@ page import="oracle.cabo.ui.UIConstants" %> <%@ page import="oracle.sysman.eml.chronos.data.TxnWizTableData" %> <%@ page import="oracle.sysman.eml.gensvc.test.TestTypes" %> <%-- Step table for requests mode --%> <%-- edit button should always be shown --%> <%-- Step table for actions mode --%> <%-- edit button should always be shown --%>