<div style="display:none;">
  <div class="<%=model.class%>_Revision_Process xdialogbox xpromptbox" style="min-width:350px;">
    <h3>Revision Process</h3>
    <div align="left" style="font-size:13px;">
      <div>
        <div style="padding-top:2px;">Revisions help to group changes and keep track of updates</div>
        <ol>
          <li><b>Clone a Release</b> to create your local Revision</li>
          <li><b>Make changes</b> in your local Revision</li>
          <li><b>Submit for Publish Review</b> when changes are complete</li>
          <li>Publisher will <b>Review and Approve</b> to merge the changes into a Release</li>
          <li>Publisher will <b>Publish</b> the Release</li>
        </ol>
      </div>

      <div style="text-align:center;"><input type="button" value="Close" class="button_ok" style="margin-right:15px;" /></div>
    </div>
  </div>
</div>