Graphics

  step.gif

This is the file to use for the selected Process icon. This should appear to the left of the selected/highlighted text.


  step_ns.gif

This is the file to use for the selected Process icon. This should appear to the left of the selected/highlighted text.


  step_grey.gif

This is the file to use for the disabled Process icon. This should appear to the left of the a step that is may or may not be used, mostly in the case of "Choose image" or "Image variables" text.


HTML for process steps



File Share: Add
Choose Destination Define Share Name Job Preview Finish


File Share: Move
Choose File Share Choose Destination Name Job Preview Finish


Server: Deploy
Choose Server Choose Image Image Variables Define Shares Name Job Preview Finish


Server: Consolidate
Choose Servers Choose Destination Choose Image Image Variables Name Job Preview Finish


Server: Migrate
Choose Server Choose Destination Choose Image Image Variables Name Job Preview Finish


 

CSS Styles used for Processline, global.css


.PageProcessTitle
{font-family: verdana, arial, helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
Font-weight:;
color: 013162;
display: inline;
text-transform: uppercase;}
.PageProcess
{font-family: verdana, arial, helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
Font-weight:;
text-align: left;
color: 8DADCE;
background-image: url(images\step_ns.gif);
background-repeat: no-repeat;
background-position: left;
display: inline;
white-space:nowrap;
padding:;
padding-left:20px;
padding-right:5px;}
.PageProcessSelect
{font-family: verdana, arial, helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
Font-weight:bold;
text-align: left;
color: 013162;
background-image: url(images\step.gif);
background-repeat: no-repeat;
background-position: left;
white-space:nowrap;
padding:;
padding-left:20px;
padding-right:5px;
display: inline;}
.PageProcessDisabled
{font-family: verdana, arial, helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
Font-weight:bold;
text-align: left;
color: cccccc;
background-image: url(images\step_grey.gif);
background-repeat: no-repeat;
background-position: left;
white-space:nowrap;
padding-left:20px;
padding-right:5px;
display: inline;
}