Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\jobs\statusActionButtons.jspf
<%-- * Copyright (c) 2003, 2005, Oracle. All rights reserved. * * NAME * statusActionButtons.jspf * * NOTES * show the actions to update a job status * * MODIFIED * ashugupt 04/01/05 - bug fix resume button * xshen 09/22/03 - add spacer * xshen 09/22/03 - ui review changes * rdabbott 08/14/03 - rdabbott_run_details * rdabbott 07/25/03 - creation * --%> <uix:rowLayout width="100%"> <% Object tip = request.getAttribute("buttonTip"); if ( null != tip && !"".equals(tip) ) { %> <uix:cellFormat hAlign="left" vAlign="top"> <uix:styledText textBinding="buttonTip@servletRequest" styleClass="OraInstructionText"/> </uix:cellFormat> <% } %> <uix:cellFormat hAlign="right" vAlign="top"> <uix:spacer width="8" renderedBinding="canStop@servletRequest"/> <uix:submitButton textBinding="JOBS_TABLE_STOP_BUTTON@JobsResource" renderedBinding="canStop@servletRequest" name="event" value="confirmStop" /> <uix:spacer width="8" renderedBinding="canRetry@servletRequest"/> <uix:submitButton textBinding="JOBS_TABLE_RETRY_BUTTON@JobsResource" renderedBinding="canRetry@servletRequest" name="event" value="confirmRetry" /> <uix:spacer width="8" renderedBinding="canSuspend@servletRequest"/> <uix:submitButton textBinding="JOBS_TABLE_SUSPEND_BUTTON@JobsResource" renderedBinding="canSuspend@servletRequest" name="event" value="confirmSuspend" /> <uix:spacer width="8" renderedBinding="canResume@servletRequest"/> <uix:submitButton textBinding="JOBS_TABLE_RESUME_BUTTON@JobsResource" renderedBinding="canResume@servletRequest" name="event" value="doResume" /> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout width="100%"> <uix:spacer height="5"/> </uix:rowLayout>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de